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/file/html_header.php | 7 ++----- application/views/header.php | 5 ++++- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'application') diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php index 520e2482a..a5a6da99f 100644 --- a/application/views/file/html_header.php +++ b/application/views/file/html_header.php @@ -3,14 +3,11 @@ $force_full_html = true; include(FCPATH."application/views/header.php"); ?> - + -- cgit v1.2.3-24-g4f1b