Authored by whb

hook.css

@@ -27,6 +27,7 @@ return array( @@ -27,6 +27,7 @@ return array(
27 ), 27 ),
28 'index_mobile.css' => array( 28 'index_mobile.css' => array(
29 '//css/mobile.css', 29 '//css/mobile.css',
30 - '//css/emoji.css' 30 + '//css/emoji.css',
  31 + '//css/hook.css',
31 ) 32 )
32 ); 33 );
@@ -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();?>