Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | <?php if($nav['timestamp'] == $this->view->currentday && $nav['enable']) echo 'class="current"'; | 13 | <?php if($nav['timestamp'] == $this->view->currentday && $nav['enable']) echo 'class="current"'; |
14 | else if (!$nav['enable']) echo 'class="disable"';?> | 14 | else if (!$nav['enable']) echo 'class="disable"';?> |
15 | > | 15 | > |
16 | - <a href="/activity/plan/currentday/<?php echo $nav['timestamp'];?>"><?php echo date('m-d', $nav['timestamp']);?></a> | 16 | + <a href="<?php echo url('activity/plan',array('currentday' => $nav['timestamp']))?>"><?php echo date('m-d', $nav['timestamp']);?></a> |
17 | </li> | 17 | </li> |
18 | <?php endforeach;?> | 18 | <?php endforeach;?> |
19 | </ul> | 19 | </ul> |
-
Please register or login to post a comment