From c103d8ef52baacbc4ae07ddf853af3bf03604af7 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 3 Sep 2015 16:33:00 +0200 Subject: [PATCH] animation --- htdocs/application/controllers/Theme_assets.php | 1 - htdocs/themes/i386/css/style.css | 4 ++++ htdocs/themes/i386/views/defaults/header.php | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/htdocs/application/controllers/Theme_assets.php b/htdocs/application/controllers/Theme_assets.php index fda8b8e..9df9c11 100644 --- a/htdocs/application/controllers/Theme_assets.php +++ b/htdocs/application/controllers/Theme_assets.php @@ -31,7 +31,6 @@ class Theme_assets extends CI_Controller { $font_file = $this->uri->segment(5); $font_file = basename($font_file); - echo $font_file; //file path $file_path = 'themes/' . $this->theme . '/css/fonts/' . $font_file; diff --git a/htdocs/themes/i386/css/style.css b/htdocs/themes/i386/css/style.css index 5f729bb..99e692d 100644 --- a/htdocs/themes/i386/css/style.css +++ b/htdocs/themes/i386/css/style.css @@ -9,6 +9,10 @@ display: none; } +body { + visibility: hidden; +} + /* Footer -------------------------------------------------- */ diff --git a/htdocs/themes/i386/views/defaults/header.php b/htdocs/themes/i386/views/defaults/header.php index b75ac15..9731753 100644 --- a/htdocs/themes/i386/views/defaults/header.php +++ b/htdocs/themes/i386/views/defaults/header.php @@ -39,6 +39,10 @@ $searchparams = ($this->input->get('search') ? '?search=' . $this->input->get('s