diff --git a/orif/common/Views/default.php b/orif/common/Views/default.php new file mode 100644 index 0000000..4c82566 --- /dev/null +++ b/orif/common/Views/default.php @@ -0,0 +1,31 @@ + + + + + data) ?> + renderSection('head') ?> + + + +
CodeIgniter environment variable is set to + You can change it in .env file.
+ + data) ?> + tabs as $tab) { + if (strstr(current_url(),$tab['pageLink'])) { + echo view('\Common\adminMenu'); + } + } + ?> + renderSection('content') ?> +renderSection('javascript') ?> + + diff --git a/orif/common/Views/head_content.php b/orif/common/Views/head_content.php new file mode 100644 index 0000000..60f5805 --- /dev/null +++ b/orif/common/Views/head_content.php @@ -0,0 +1,35 @@ + + + + +<?php + if (!isset($title) || is_null($title) || $title == '') { + echo lang('common_lang.page_prefix'); + } else { + echo lang('common_lang.page_prefix').' - '.$title; + } +?> + +"> +"> + + + +"> + +"> + + + + + + + + + + + +"> diff --git a/orif/common/Views/header.php b/orif/common/Views/header.php index 63c8c8a..d351c2f 100644 --- a/orif/common/Views/header.php +++ b/orif/common/Views/header.php @@ -10,46 +10,10 @@ - - - - - <?php - if (!isset($title) || is_null($title) || $title == '') { - echo lang('common_lang.page_prefix'); - } else { - echo lang('common_lang.page_prefix').' - '.$title; - } - ?> - - - " /> - " /> - - - - " /> - - - - - - - - - - - - - - " /> + data) ?> - CodeIgniter environment variable is set to '.strtoupper(ENVIRONMENT).'. You can change it in .env file.'; - } - ?> + +
CodeIgniter environment variable is set + to You can change it in .env file.
+