| <?php |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| ?> |
| |
| |
| <?php |
| if (!$calendar_list->isEmpty()) : ?> |
| |
| <h3 id="calendarTitle"><span><?php tpl::lang('On Calendar') ?></span></h3> |
| |
| <?php |
| while ($calendar_list->fetch()) : ?> |
| |
| <h4><span><a href="<?php calendar::listUrl() ?>"><?php calendar::listTitle() ?></a></span></h4> |
| <div class="calendarContent"> |
| <?php calendar::listContent() ?> |
| </div> |
| |
| <?php |
| endwhile; ?> |
| |
| <br/> |
| <?php endif; ?> |