]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/config.php
Merge pull request #2328 from rabuzarus/0602_contact_profile
[friendica.git] / view / theme / quattro / config.php
index 0f2fc53ca08eb4f105a0c97bf3686ea5d45d3d37..db4356ccc887698b17a559a64355546d2cbf5031 100644 (file)
@@ -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(),