Showing
2 changed files
with
3 additions
and
1 deletions
@@ -11,6 +11,7 @@ | @@ -11,6 +11,7 @@ | ||
11 | <?php $this->_css('index_mobile.css', array( | 11 | <?php $this->_css('index_mobile.css', array( |
12 | SITE_RES . '/css/mobile.css', | 12 | SITE_RES . '/css/mobile.css', |
13 | SITE_RES . '/css/emoji.css', | 13 | SITE_RES . '/css/emoji.css', |
14 | + SITE_RES .'/css/hook.css', | ||
14 | ));?> | 15 | ));?> |
15 | <?php $this->_block('css');?> | 16 | <?php $this->_block('css');?> |
16 | <?php $this->_endblock();?> | 17 | <?php $this->_endblock();?> |
-
Please register or login to post a comment