custom page is custom
This commit is contained in:
parent
572f84511a
commit
977cb305f8
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Reference in a new issue