aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2012-08-06 19:41:27 +0100
committerThomas Willingham <founder@kakste.com>2012-08-06 19:41:27 +0100
commit10cb60195fc37fcd85012b2357c69126f5eca3ce (patch)
treefcc6d85380b85c384ed6244b5fd7f1dba46673b0 /mod
parentfca25c1909efba569837cb3ab9efdbb9b08845d2 (diff)
downloadvolse-hubzilla-10cb60195fc37fcd85012b2357c69126f5eca3ce.tar.gz
volse-hubzilla-10cb60195fc37fcd85012b2357c69126f5eca3ce.tar.bz2
volse-hubzilla-10cb60195fc37fcd85012b2357c69126f5eca3ce.zip
Bloody hell, this touches a lot of code.
Diffstat (limited to 'mod')
-rw-r--r--mod/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/admin.php b/mod/admin.php
index b0040f59a..44010efda 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -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);
}