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/header.php | |
parent | c081494191769e5ec804da511ae7275b0725775f (diff) |
Drop plain text header/footer
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/header.php')
-rw-r--r-- | application/views/header.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/application/views/header.php b/application/views/header.php index 06f197875..47d9a02f6 100644 --- a/application/views/header.php +++ b/application/views/header.php @@ -1,8 +1,4 @@ -<?php -if (is_cli_client() && !isset($force_full_html)) { - return; -} -?><!DOCTYPE html> +<!DOCTYPE html> <html lang="en"> <head> |