custom page is custom

This commit is contained in:
Shish 2009-07-21 07:39:49 +01:00
parent 572f84511a
commit 977cb305f8

View file

@ -82,7 +82,7 @@ try {
// load the theme parts
$_theme = $config->get_string("theme", "default");
if(!file_exists("themes/$_theme")) $_theme = "default";
if(file_exists("themes/$_theme/page.class.php")) require_once "themes/$_theme/page.class.php";
if(file_exists("themes/$_theme/custompage.class.php")) require_once "themes/$_theme/custompage.class.php";
require_once "themes/$_theme/layout.class.php";
require_once "themes/$_theme/themelet.class.php";