X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=d3a4cef44ebf5bfca9239583d7923858ce3109e8;hb=1f68ffe3d10b1c60b8a0ecf46f19523bbe48959c;hp=8e2376e918120c4d0c7319c28c8c30a643376ae2;hpb=91a6a1cb2501fdaf9a5ed792b70cf08c2b41591f;p=friendica.git diff --git a/index.php b/index.php index 8e2376e918..d3a4cef44e 100644 --- a/index.php +++ b/index.php @@ -414,7 +414,9 @@ if(!$a->theme['stylesheet']) $stylesheet = current_theme_url(); else $stylesheet = $a->theme['stylesheet']; -$a->page['htmlhead'] = replace_macros($a->page['htmlhead'], array('$stylesheet' => $stylesheet)); + +$a->page['htmlhead'] = str_replace('{{$stylesheet}}',$stylesheet,$a->page['htmlhead']); +//$a->page['htmlhead'] = replace_macros($a->page['htmlhead'], array('$stylesheet' => $stylesheet)); $page = $a->page; $profile = $a->profile;