custom page is custom
This commit is contained in:
parent
572f84511a
commit
977cb305f8
@ -82,7 +82,7 @@ try {
|
|||||||
// load the theme parts
|
// load the theme parts
|
||||||
$_theme = $config->get_string("theme", "default");
|
$_theme = $config->get_string("theme", "default");
|
||||||
if(!file_exists("themes/$_theme")) $_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/layout.class.php";
|
||||||
require_once "themes/$_theme/themelet.class.php";
|
require_once "themes/$_theme/themelet.class.php";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user