From c0d3599d722807802cb0580825ca27f767d333b8 Mon Sep 17 00:00:00 2001 From: "IEM Network Operation Center (JMZ)" Date: Tue, 5 Jan 2016 11:03:18 +0100 Subject: [PATCH] fixed footer fot stikkedizr theme 'stikkedizr/footer' -> 'defaults/footer' --- htdocs/themes/stikkedizr/views/about.php | 2 +- htdocs/themes/stikkedizr/views/api_help.php | 2 +- htdocs/themes/stikkedizr/views/list.php | 2 +- htdocs/themes/stikkedizr/views/trends.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/themes/stikkedizr/views/about.php b/htdocs/themes/stikkedizr/views/about.php index b9e37b9..9915ab4 100644 --- a/htdocs/themes/stikkedizr/views/about.php +++ b/htdocs/themes/stikkedizr/views/about.php @@ -25,4 +25,4 @@ -load->view("stikkedizr/footer");?> +load->view("defaults/footer");?> diff --git a/htdocs/themes/stikkedizr/views/api_help.php b/htdocs/themes/stikkedizr/views/api_help.php index 29c84ed..acf823c 100644 --- a/htdocs/themes/stikkedizr/views/api_help.php +++ b/htdocs/themes/stikkedizr/views/api_help.php @@ -80,4 +80,4 @@ -load->view("stikkedizr/footer");?> +load->view("defaults/footer");?> diff --git a/htdocs/themes/stikkedizr/views/list.php b/htdocs/themes/stikkedizr/views/list.php index 77ba22e..971ff84 100644 --- a/htdocs/themes/stikkedizr/views/list.php +++ b/htdocs/themes/stikkedizr/views/list.php @@ -39,4 +39,4 @@
-load->view('stikkedizr/footer');?> +load->view('defaults/footer');?> diff --git a/htdocs/themes/stikkedizr/views/trends.php b/htdocs/themes/stikkedizr/views/trends.php index d7b7593..1c16e0a 100644 --- a/htdocs/themes/stikkedizr/views/trends.php +++ b/htdocs/themes/stikkedizr/views/trends.php @@ -37,4 +37,4 @@
-load->view('stikkedizr/footer');?> +load->view('defaults/footer');?>