From a20a6377277a985fa596b0ea460d91b97f79b4a5 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 13 Jul 2012 07:09:29 -0700 Subject: merge upstream, slider work, refactor ping module, language selection work --- index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 61f3562b5..f4c92cc5f 100644 --- a/index.php +++ b/index.php @@ -356,7 +356,10 @@ if($a->module != 'install') { * Build the page - now that we have all the components */ -$a->page['htmlhead'] = replace_macros($a->page['htmlhead'], array('$stylesheet' => current_theme_url())); +$a->page['htmlhead'] = replace_macros($a->page['htmlhead'], + array('$stylesheet' => current_theme_url(), + '$theme' => current_theme() + )); $page = $a->page; $profile = $a->profile; -- cgit v1.2.3