| <?php |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| if (!$calendar_event->isEmpty()) : ?> |
| |
| |
| <?php |
| while ($calendar_event->fetch()) : ?> |
| <div class="block"> |
| <h2><span><?php calendar::viewEventTitle(); ?></span></h2> |
| <div class="box"> |
| <div class="inbox"> |
| <?php calendar::viewEvent(); ?> |
| </div> |
| </div> |
| |
| |
| <?php calendar::viewEventlinks('<div class="conr">%s</div><div class="clearer"></div>');?> |
| <?php tpl::callBehavior('calendarBottomEventHTML') ?> |
| </div> |
| <?php endwhile; ?> |
| |
| |
| |
| <?php endif; ?> |