animation

This commit is contained in:
Claude 2015-09-03 16:33:00 +02:00
parent 44b9cf1e81
commit c103d8ef52
3 changed files with 8 additions and 1 deletions

View File

@ -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;

View File

@ -9,6 +9,10 @@
display: none;
}
body {
visibility: hidden;
}
/* Footer
-------------------------------------------------- */

View File

@ -39,6 +39,10 @@ $searchparams = ($this->input->get('search') ? '?search=' . $this->input->get('s
<script type="text/javascript">
//<![CDATA[
var base_url = '<?php echo base_url(); ?>';
window._386 = {
onePass: true,
speedFactor: 5
};
//]]>
</script>
</head>