diff options
author | friendica <info@friendica.com> | 2012-12-25 16:59:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-25 16:59:26 -0800 |
commit | a4b7fe3b64cb076ceec6d128753b33bb713bccf9 (patch) | |
tree | 45a47415e0c7a595b20f1179492b8f3bc7231071 /view/theme/fancyred/php/config.php | |
parent | 2c958587001cde187e2202c7fe2a40bbe41875ca (diff) | |
parent | 56d0dbbc96c3020cf8b26112a25f3393d68b0844 (diff) | |
download | volse-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.php | 2 |
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(), |