From e29bcb72d9801469e0ccf10f1afab8ea7eb963e4 Mon Sep 17 00:00:00 2001 From: objecttothis Date: Thu, 17 Nov 2022 17:24:30 +0400 Subject: [PATCH] Porting over 986ab7e - Also deleted files that shouldn't be there. --- app/View/partial/footer.php | 12 --- app/View/partial/header.php | 151 ----------------------------------- app/Views/partial/footer.php | 8 +- 3 files changed, 4 insertions(+), 167 deletions(-) delete mode 100644 app/View/partial/footer.php delete mode 100644 app/View/partial/header.php diff --git a/app/View/partial/footer.php b/app/View/partial/footer.php deleted file mode 100644 index fe39fd21c..000000000 --- a/app/View/partial/footer.php +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - diff --git a/app/View/partial/header.php b/app/View/partial/header.php deleted file mode 100644 index 5754b9833..000000000 --- a/app/View/partial/header.php +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - <?php echo $this->config->item('company') . ' | ' . $this->lang->line('common_powered_by') . ' OSPOS ' . $this->config->item('application_version') ?> - - - - input->cookie('debug') == 'true' || $this->input->get('debug') == 'true') : ?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - config->item('theme') != 'flatly' && file_exists($_SERVER['DOCUMENT_ROOT'] . '/public/css/' . $this->config->item('theme') . '.css')) { ?> - - - - - - - - - load->view('partial/header_js'); ?> - load->view('partial/lang_lines'); ?> - - - - - -
-
-
- - - - - -
-
- - - -
-
diff --git a/app/Views/partial/footer.php b/app/Views/partial/footer.php index c9b24daff..b2c20e62e 100644 --- a/app/Views/partial/footer.php +++ b/app/Views/partial/footer.php @@ -3,10 +3,10 @@ - + \ No newline at end of file