mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -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 = $this->uri->segment(5);
|
||||||
$font_file = basename($font_file);
|
$font_file = basename($font_file);
|
||||||
echo $font_file;
|
|
||||||
|
|
||||||
//file path
|
//file path
|
||||||
$file_path = 'themes/' . $this->theme . '/css/fonts/' . $font_file;
|
$file_path = 'themes/' . $this->theme . '/css/fonts/' . $font_file;
|
||||||
|
@ -9,6 +9,10 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Footer
|
/* Footer
|
||||||
-------------------------------------------------- */
|
-------------------------------------------------- */
|
||||||
|
@ -39,6 +39,10 @@ $searchparams = ($this->input->get('search') ? '?search=' . $this->input->get('s
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
var base_url = '<?php echo base_url(); ?>';
|
var base_url = '<?php echo base_url(); ?>';
|
||||||
|
window._386 = {
|
||||||
|
onePass: true,
|
||||||
|
speedFactor: 5
|
||||||
|
};
|
||||||
//]]>
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user