...
|
...
|
@@ -27,7 +27,7 @@ |
|
|
<div id="pageContent" style="text-align: center;" class="pagination">
|
|
|
<?php $this->_component('Common_Pagination',array(
|
|
|
'pagination' => $this->view->pagination,'next_label' => 'NEXT <span class="iconfont"></span>',
|
|
|
'prev_label' => '<span class="iconfont"></span> PREV',
|
|
|
'prev_label' => '<span class="iconfont"></span> PREV','next_class'=>'next',
|
|
|
'is_mobile' => true,'prev_class'=>'iconfont','prev_class'=>'iconfont',
|
|
|
'page_class'=>'pagination-inner clearfix', 'id'=>'img_page'
|
|
|
));?>
|
...
|
...
|
@@ -37,7 +37,6 @@ |
|
|
<?php $this->_block('js');?>
|
|
|
<script type="text/javascript">
|
|
|
seajs.use('mobile',function(mobile){
|
|
|
mobile.common();
|
|
|
mobile.show();
|
|
|
})
|
|
|
</script>
|
...
|
...
|
|