...
|
...
|
@@ -13,7 +13,7 @@ |
|
|
<?php if($nav['timestamp'] == $this->view->currentday && $nav['enable']) echo 'class="current"';
|
|
|
else if (!$nav['enable']) echo 'class="disable"';?>
|
|
|
>
|
|
|
<a href="/activity/plan/currentday/<?php echo $nav['timestamp'];?>"><?php echo date('m-d', $nav['timestamp']);?></a>
|
|
|
<a href="<?php echo url('activity/plan',array('currentday' => $nav['timestamp']))?>"><?php echo date('m-d', $nav['timestamp']);?></a>
|
|
|
</li>
|
|
|
<?php endforeach;?>
|
|
|
</ul>
|
...
|
...
|
|