forked from Cavemanon/cavepaintings
custom page is custom
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user