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