Index: trunk/core/kernel/parser/template.php =================================================================== diff -u -N -r7391 -r7635 --- trunk/core/kernel/parser/template.php (.../template.php) (revision 7391) +++ trunk/core/kernel/parser/template.php (.../template.php) (revision 7635) @@ -95,7 +95,7 @@ */ function GetTemplatePaths($filename) { - if (isset($this->Application->ReplacementTemplates[$filename])) { + if ($this->Application->IsAdmin() && isset($this->Application->ReplacementTemplates[$filename])) { $filename = $this->Application->ReplacementTemplates[$filename]; }