rev update
This commit is contained in:
parent
3381afab3d
commit
ed6ca1d384
4 changed files with 601 additions and 94 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue