X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fconfig.php;h=db4356ccc887698b17a559a64355546d2cbf5031;hb=1fc35d5f443e802e988ea994ae712ac2c6bae8d4;hp=0f2fc53ca08eb4f105a0c97bf3686ea5d45d3d37;hpb=9daafe7489e12da476df8067b3411315e362ca4b;p=friendica.git diff --git a/view/theme/quattro/config.php b/view/theme/quattro/config.php index 0f2fc53ca0..db4356ccc8 100644 --- a/view/theme/quattro/config.php +++ b/view/theme/quattro/config.php @@ -59,7 +59,7 @@ function quattro_form(&$a, $align, $color, $tfs, $pfs){ if ($tfs===false) $tfs="20"; if ($pfs===false) $pfs="12"; - $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(),