]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/config.php
Merge pull request #573 from oohlaf/fixes
[friendica.git] / view / theme / dispy / config.php
index 25663c10baf348fb255ecca436c789a8574e0e0c..628d5eefa0169e3ee868d6e621a4f953189d99e7 100644 (file)
@@ -65,7 +65,7 @@ function dispy_form(&$a, $font_size, $line_height, $colour) {
                'dark' => 'dark',                                               
        );
 
-       $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(),