summaryrefslogtreecommitdiff
path: root/modules/calendarview/views/calendarview_sidebar.html.php
blob: b4f1f6fe8743e0fbb4f3cb1edb94c68feda66874 (plain)
1
2
3
4
5
6
7
8
9
<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul>
  <? if ($day_count > 0): ?>
  <li><a href="<?=url::site("calendarview/day/" . date("Y", $date) . "/-1/" . date("n", $date) . "/" . date("j", $date)); ?>"><?=t("More from"); ?> <?=date("F", $date); ?> <?=date("j", $date); ?><?=date("S", $date); ?></a></li>
  <? endif ?>
  <? if ($month_count > 0): ?>
  <li><a href="<?=url::site("calendarview/month/" . date("Y", $date) . "/-1/" . date("n", $date)); ?>"><?=t("More from"); ?> <?=date("F", $date); ?></a></li>
  <? endif ?>
</ul>