From ed284fd4ea6e3069e59be94d40e600da93794693 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 15 May 2015 20:33:38 +0200 Subject: preserve htmlhead in case somebody needs it --- boot.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index ac66c6b4e..8dcc3b56b 100755 --- a/boot.php +++ b/boot.php @@ -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); } -- cgit v1.2.3