From da835670f796774d1f98c05dfdf7da1c7ba2655a Mon Sep 17 00:00:00 2001 From: Joakim Reinert Date: Fri, 1 May 2015 22:28:54 +0200 Subject: Use global appConfig js variable instead of passing it down Initialize it in header --- application/views/header.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'application/views/header.php') diff --git a/application/views/header.php b/application/views/header.php index 27fdbb92f..89a3c8617 100644 --- a/application/views/header.php +++ b/application/views/header.php @@ -26,8 +26,11 @@ if (is_cli_client() && !isset($force_full_html)) { echo ''; } ?> - -- cgit v1.2.3-24-g4f1b