diff options
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> |