Authored by whb

手机版显示coming soon

@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 <ul class="clearfix"> 4 <ul class="clearfix">
5 <?php $navs = current($this->view->navs);ksort($navs); 5 <?php $navs = current($this->view->navs);ksort($navs);
6 foreach($navs as $nav): 6 foreach($navs as $nav):
7 - if(strtotime('2015-09-20 00:00:00') > $nav['timestamp']) continue; 7 + if(strtotime('2015-09-18 00:00:00') > $nav['timestamp']) continue;
8 ?> 8 ?>
9 <li 9 <li
10 <?php if($nav['timestamp'] == $this->view->currentday && $nav['enable']) echo 'class="current"'; 10 <?php if($nav['timestamp'] == $this->view->currentday && $nav['enable']) echo 'class="current"';
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 </ul> 16 </ul>
17 </div> 17 </div>
18 <div class="scene-content"> 18 <div class="scene-content">
19 - <?php if(strtotime('2015-09-20 23:59:00') > $this->view->currentday && time() < strtotime('2015-09-20 23:59:00')):?> 19 + <?php if(strtotime('2015-09-18 23:59:00') > $this->view->currentday && time() < strtotime('2015-09-18 23:59:00')):?>
20 <img src="<?php echo SITE_RES.'/images/yohood/comingsoon.jpg';?>" style="width:100%;"/> 20 <img src="<?php echo SITE_RES.'/images/yohood/comingsoon.jpg';?>" style="width:100%;"/>
21 <?php else:?> 21 <?php else:?>
22 <div class="main-layout current clearfix"> 22 <div class="main-layout current clearfix">