aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/config.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-10-16 17:08:19 +0100
committerThomas Willingham <founder@kakste.com>2013-10-16 17:08:19 +0100
commit30e4a360847762bfc8afce6704261ea5cc38650c (patch)
tree64a177a47999f5692d2c926d78e6bb2b1232eb3a /view/theme/redbasic/php/config.php
parenta3b358d0256a8519744ab71cfb02fcb8f650a271 (diff)
downloadvolse-hubzilla-30e4a360847762bfc8afce6704261ea5cc38650c.tar.gz
volse-hubzilla-30e4a360847762bfc8afce6704261ea5cc38650c.tar.bz2
volse-hubzilla-30e4a360847762bfc8afce6704261ea5cc38650c.zip
Don't break themes by using functions we don't need.
If you've got a theme that started off copying Redbasic (ie, all of you) need to do this too.
Diffstat (limited to 'view/theme/redbasic/php/config.php')
-rw-r--r--view/theme/redbasic/php/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php
index faf6c6f35..44ddb78b9 100644
--- a/view/theme/redbasic/php/config.php
+++ b/view/theme/redbasic/php/config.php
@@ -39,7 +39,7 @@ function redbasic_form(&$a, $schema, $nav_colour, $bgcolour, $background_image,
$scheme_choices = array();
$scheme_choices["---"] = t("Default");
- $files = glob('view/theme/' . current_theme() . '/schema/*');
+ $files = glob('view/theme/redbasic/schema/*');
if($files) {
foreach($files as $file) {
$f = basename($file, ".php");