Index: trunk/core/kernel/parser/template.php =================================================================== diff -u -r3031 -r3344 --- trunk/core/kernel/parser/template.php (.../template.php) (revision 3031) +++ trunk/core/kernel/parser/template.php (.../template.php) (revision 3344) @@ -27,7 +27,7 @@ function GetFullPath() { - return $this->BasePath.'/'.$this->Filename.'.tpl'; + return $this->BasePath.'/'.ltrim($this->Filename, '/').'.tpl'; } function LoadTemplate($silent=0)