diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-09-26 11:42:13 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-11-05 19:44:15 +0100 |
commit | 4b841ede3710a6d19bf95c349ccd959695fa17dd (patch) | |
tree | 143b7d5688ac6eeb791824a5355793a911c709bd /application/views/file/html_header.php | |
parent | c081494191769e5ec804da511ae7275b0725775f (diff) |
Drop plain text header/footer
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/html_header.php')
-rw-r--r-- | application/views/file/html_header.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 --> |