aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/fancyred/php/config.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-25 16:59:26 -0800
committerfriendica <info@friendica.com>2012-12-25 16:59:26 -0800
commita4b7fe3b64cb076ceec6d128753b33bb713bccf9 (patch)
tree45a47415e0c7a595b20f1179492b8f3bc7231071 /view/theme/fancyred/php/config.php
parent2c958587001cde187e2202c7fe2a40bbe41875ca (diff)
parent56d0dbbc96c3020cf8b26112a25f3393d68b0844 (diff)
downloadvolse-hubzilla-a4b7fe3b64cb076ceec6d128753b33bb713bccf9.tar.gz
volse-hubzilla-a4b7fe3b64cb076ceec6d128753b33bb713bccf9.tar.bz2
volse-hubzilla-a4b7fe3b64cb076ceec6d128753b33bb713bccf9.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/theme/fancyred/php/config.php')
-rw-r--r--view/theme/fancyred/php/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/fancyred/php/config.php b/view/theme/fancyred/php/config.php
index 03844c3b6..48035f507 100644
--- a/view/theme/fancyred/php/config.php
+++ b/view/theme/fancyred/php/config.php
@@ -65,7 +65,7 @@ function fancyred_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(),