X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fcleanzero%2Fconfig.php;h=88a41be3a16e7f71a8bf910a544aa28e149bfe5e;hb=ba1cd57087cfaa9c978e43a86c973dd6459c2490;hp=312e9d3dd2c7fdb1036c34a81227db2c50486178;hpb=6342b3e0bdd5774857a8fca809994f05e0208d25;p=friendica.git diff --git a/view/theme/cleanzero/config.php b/view/theme/cleanzero/config.php index 312e9d3dd2..88a41be3a1 100644 --- a/view/theme/cleanzero/config.php +++ b/view/theme/cleanzero/config.php @@ -75,7 +75,7 @@ function cleanzero_form(&$a, $color,$font_size,$resize,$theme_width){ "wide"=>"wide", ); - $t = file_get_contents( dirname(__file__). "/theme_settings.tpl" ); + $t = get_markup_template("theme_settings.tpl" ); $o .= replace_macros($t, array( '$submit' => t('Submit'), '$baseurl' => $a->get_baseurl(),