From 30e3a65c0f15f2cbcc538b35c18b1f60490fda9b Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 16 Aug 2010 05:23:26 -0700 Subject: full theming support --- boot.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 75ea5346e..7754ad1f4 100644 --- a/boot.php +++ b/boot.php @@ -131,7 +131,9 @@ class App { function init_pagehead() { if(file_exists("view/head.tpl")) $s = file_get_contents("view/head.tpl"); - $this->page['htmlhead'] = replace_macros($s,array('$baseurl' => $this->get_baseurl())); + $this->page['htmlhead'] = replace_macros($s,array( + '$baseurl' => $this->get_baseurl() + )); } }} -- cgit v1.2.3