...
|
...
|
@@ -174,12 +174,6 @@ |
|
|
SITE_JS . '/lib/seajs.js',
|
|
|
));?>
|
|
|
<script type="text/javascript" src='<?php echo SITE_RES."/js/lib/seajs.js"?>'></script>
|
|
|
<script type="text/javascript">
|
|
|
seajs.use(['jquery', 'channel'], function($, channel) {
|
|
|
channel.common();
|
|
|
channel.index();
|
|
|
})
|
|
|
</script>
|
|
|
<script type="text/javascript">
|
|
|
seajs.use('yohood',function(yohood){
|
|
|
yohood.layout();
|
...
|
...
|
@@ -187,6 +181,7 @@ seajs.use('yohood',function(yohood){ |
|
|
seajs.use(['jquery', 'channel'], function($, channel) {
|
|
|
channel.common();
|
|
|
channel.brand();
|
|
|
channel.index();
|
|
|
})
|
|
|
</script>
|
|
|
<?php $this->_block('js');?>
|
...
|
...
|
|