mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
animation
This commit is contained in:
parent
44b9cf1e81
commit
c103d8ef52
@ -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;
|
||||
|
@ -9,6 +9,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
/* Footer
|
||||
-------------------------------------------------- */
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user