diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-17 16:35:17 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-17 16:35:17 -0700 |
commit | a7071b17c0978bf8a68574a178c67a275277177c (patch) | |
tree | 334db2280679809f735881de69af27ef10faf327 /boot.php | |
parent | 9a67ec8bd4242a3e025da44364f44bf24b2c5c54 (diff) | |
parent | f987f4a04922234c809384fde108f94292c551ac (diff) | |
download | volse-hubzilla-a7071b17c0978bf8a68574a178c67a275277177c.tar.gz volse-hubzilla-a7071b17c0978bf8a68574a178c67a275277177c.tar.bz2 volse-hubzilla-a7071b17c0978bf8a68574a178c67a275277177c.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2139,7 +2139,9 @@ function construct_page(&$a) { } // And a couple of convenience macros - + if(strpos($v, '$htmlhead') !== false) { + $v = str_replace('$htmlhead', $a->page['htmlhead'], $v); + } if(strpos($v, '$nav') !== false) { $v = str_replace('$nav', $a->page['nav'], $v); } |