Correction

This commit is contained in:
pete_morgan
2005-06-05 18:22:56 +00:00
parent 60b0355644
commit 37f610db85

View File

@@ -47,7 +47,7 @@
<?php
// set the filename eg index.inc.tpl
$mid_template = $_GET['page'].'inc.tpl';
$mid_template = $_GET['page'].'.inc.tpl';
if( !$smarty->template_exists($mid_template) ){
$mid_template = 'page_not_found.inc.tpl';