Bloody hell, this touches a lot of code.
This commit is contained in:
parent
fca25c1909
commit
10cb60195f
@ -937,8 +937,8 @@ function admin_page_themes(&$a){
|
||||
}
|
||||
|
||||
$admin_form="";
|
||||
if (is_file("view/theme/$theme/config.php")){
|
||||
require_once("view/theme/$theme/config.php");
|
||||
if (is_file("view/theme/$theme/php/config.php")){
|
||||
require_once("view/theme/$theme/php/config.php");
|
||||
if(function_exists("theme_admin")){
|
||||
$admin_form = theme_admin($a);
|
||||
}
|
||||
|
Reference in New Issue
Block a user