aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/config.php
diff options
context:
space:
mode:
authorOlaf Conradi <olaf@conradi.org>2012-12-25 03:14:52 +0100
committerOlaf Conradi <olaf@conradi.org>2012-12-25 03:14:52 +0100
commit85371a526f5b9c15956d8da76a851ae817b10fae (patch)
tree8de3f43fe80b80f8cf6e08492e2d5f5865403103 /view/theme/redbasic/php/config.php
parentce0d38969614fbc1c7e3d9d54d974962a1014357 (diff)
downloadvolse-hubzilla-85371a526f5b9c15956d8da76a851ae817b10fae.tar.gz
volse-hubzilla-85371a526f5b9c15956d8da76a851ae817b10fae.tar.bz2
volse-hubzilla-85371a526f5b9c15956d8da76a851ae817b10fae.zip
Fix theme config paths
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 dd82f8ec3..fe69440c4 100644
--- a/view/theme/redbasic/php/config.php
+++ b/view/theme/redbasic/php/config.php
@@ -65,7 +65,7 @@ function redbasic_form(&$a, $font_size, $line_height, $colour) {
'dark' => 'dark',
);
- $t = file_get_contents( dirname(__file__). "/theme_settings.tpl" );
+ $t = file_get_contents( dirname(__file__). "../tpl/theme_settings.tpl" );
$o .= replace_macros($t, array(
'$submit' => t('Submit'),
'$baseurl' => $a->get_baseurl(),