diff options
Diffstat (limited to 'application/views/file')
-rw-r--r-- | application/views/file/html_footer.php | 4 | ||||
-rw-r--r-- | application/views/file/html_header.php | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/application/views/file/html_footer.php b/application/views/file/html_footer.php index a2a1cfec2..3a4b05505 100644 --- a/application/views/file/html_footer.php +++ b/application/views/file/html_footer.php @@ -4,4 +4,6 @@ </div> </div> -<?php include(FCPATH."application/views/footer.php"); +<?php +$force_full_html = true; +include(FCPATH."application/views/footer.php"); 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> |