X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fconfig.php;h=db4356ccc887698b17a559a64355546d2cbf5031;hb=8e5f22473067bbba0294fb684f5b4b943cb7e580;hp=0f2fc53ca08eb4f105a0c97bf3686ea5d45d3d37;hpb=9d4fdee65d54a0ece18faaf2ec59af764f62d80d;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(),