diff options
Diffstat (limited to 'application/views/header.php')
-rw-r--r-- | application/views/header.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/application/views/header.php b/application/views/header.php index 4f2c46e79..2e978bda2 100644 --- a/application/views/header.php +++ b/application/views/header.php @@ -1,4 +1,8 @@ -<!DOCTYPE html> +<?php +if (is_cli_client() && !isset($force_full_html)) { + return; +} +?><!DOCTYPE html> <html lang="en"> <head> |