aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2012-08-06 19:36:41 +0100
committerThomas Willingham <founder@kakste.com>2012-08-06 19:36:41 +0100
commitfca25c1909efba569837cb3ab9efdbb9b08845d2 (patch)
treea5c0dc8a74a840a468f1902bea91389055f37083 /mod
parent6fa7fa5ae8ad1b8e7b1854c17e490b7aaae0fcfb (diff)
downloadvolse-hubzilla-fca25c1909efba569837cb3ab9efdbb9b08845d2.tar.gz
volse-hubzilla-fca25c1909efba569837cb3ab9efdbb9b08845d2.tar.bz2
volse-hubzilla-fca25c1909efba569837cb3ab9efdbb9b08845d2.zip
Theme admin menu.
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 c8ed7a53b..b0040f59a 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -46,8 +46,8 @@ function admin_post(&$a){
break;
case 'themes':
$theme = $a->argv[2];
- 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_post")){
theme_admin_post($a);
}