Index: branches/RC/core/kernel/application.php =================================================================== diff -u -N -r11504 -r11520 --- branches/RC/core/kernel/application.php (.../application.php) (revision 11504) +++ branches/RC/core/kernel/application.php (.../application.php) (revision 11520) @@ -819,7 +819,7 @@ } } - safeDefine('EDITING_MODE', 0); // user can't edit anything + safeDefine('EDITING_MODE', ''); // user can't edit anything if (!$this->RequestProcessed) $this->ProcessRequest(); @@ -1311,10 +1311,9 @@ { if(!$t) $t = $this->GetVar('t'); // moved from kMainTagProcessor->T() - if ($this->isModuleEnabled('Proj-CMS')) { - $t = preg_replace('/^Content\//', '', $t); - } + $t = preg_replace('/^Content\//i', '', $t); + /*if ($this->GetVar('skip_last_template')) { $params['opener'] = 'p'; $this->SetVar('m_opener', 'p');