]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Move HTML part of oid to template + replace outside the tpl
[friendica.git] / mod / display.php
index 6305dd44e7f02d3f38b510dab91b88cf701e7610..32c4bcae9f8e6cafeb9cb8ce164a8399ee0c7c01 100644 (file)
@@ -16,7 +16,7 @@ function display_content(&$a, $update = 0) {
 
        $o = '';
 
-       $a->page['htmlhead'] .= get_markup_template('display-head.tpl');
+       $a->page['htmlhead'] .= replace_macros(get_markup_template('display-head.tpl'), array());
 
 
        if($update) {