Authored by whb

hook.css

... ... @@ -27,6 +27,7 @@ return array(
),
'index_mobile.css' => array(
'//css/mobile.css',
'//css/emoji.css'
'//css/emoji.css',
'//css/hook.css',
)
);
\ No newline at end of file
... ...
... ... @@ -11,6 +11,7 @@
<?php $this->_css('index_mobile.css', array(
SITE_RES . '/css/mobile.css',
SITE_RES . '/css/emoji.css',
SITE_RES .'/css/hook.css',
));?>
<?php $this->_block('css');?>
<?php $this->_endblock();?>
... ...