Index: branches/RC/core/kernel/application.php =================================================================== diff -u -r9277 -r9389 --- branches/RC/core/kernel/application.php (.../application.php) (revision 9277) +++ branches/RC/core/kernel/application.php (.../application.php) (revision 9389) @@ -1133,7 +1133,7 @@ if( substr($t, -4) == '.tpl' ) $t = substr($t, 0, strlen($t) - 4 ); - if ( $this->IsAdmin() && $prefix == '') $prefix = '/admin'; + if ( $this->IsAdmin() && $prefix == '') $prefix = ADMIN_DIRECTORY; if ( $this->IsAdmin() && $prefix == '_FRONT_END_') $prefix = ''; $index_file = $this->getIndexFile($prefix, $index_file, $params); @@ -1700,8 +1700,6 @@ $this->Session->LoadPersistentVars(); } - - function LoadCache() { $cache_key = $this->GetVar('t').$this->GetVar('m_theme').$this->GetVar('m_lang').$this->IsAdmin(); $query = sprintf("SELECT PhraseList, ConfigVariables FROM %s WHERE Template = %s",