diff options
Diffstat (limited to 'application/views/file')
-rw-r--r-- | application/views/file/html_footer.php | 1 | ||||
-rw-r--r-- | application/views/file/html_header.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/application/views/file/html_footer.php b/application/views/file/html_footer.php index bd07b63f9..7c9cac8f7 100644 --- a/application/views/file/html_footer.php +++ b/application/views/file/html_footer.php @@ -1,4 +1,3 @@ <div class="container"> <?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 538fbc435..5f25b6acc 100644 --- a/application/views/file/html_header.php +++ b/application/views/file/html_header.php @@ -1,5 +1,4 @@ <?php -$force_full_html = true; include(FCPATH."application/views/header.php"); ?> </div><!-- .container --> |