diff options
Diffstat (limited to 'application/views/file/html_header.php')
-rw-r--r-- | application/views/file/html_header.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php index 67e9d0cca..760672166 100644 --- a/application/views/file/html_header.php +++ b/application/views/file/html_header.php @@ -1,4 +1,6 @@ -<?php include(FCPATH."application/views/header.php"); ?> +<?php +$force_full_html = true; +include(FCPATH."application/views/header.php"); ?> </div> |