File: /home/httpd/html/dowork.biz/public_html/compile/%%8D^8DD^8DDFE588%%_calendar_navigation.tpl.php
<?php /* Smarty version 2.6.16, created on 2020-05-09 06:55:55
compiled from /home/httpd/html/dowork.biz/public_html/activecollab/application/modules/calendar/views/_calendar_navigation.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'clean', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/calendar/views/_calendar_navigation.tpl', 3, false),)), $this); ?>
<table class="calendar_navigation">
<tr>
<td class="prev"><a href="<?php echo ((is_array($_tmp=$this->_tpl_vars['_prev_month']['url'])) ? $this->_run_mod_handler('clean', true, $_tmp) : smarty_modifier_clean($_tmp)); ?>
" class="calendar_navigation_item"><span class="calendar_navigation_item_inner">« <?php echo ((is_array($_tmp=$this->_tpl_vars['_prev_month']['label'])) ? $this->_run_mod_handler('clean', true, $_tmp) : smarty_modifier_clean($_tmp)); ?>
</span></a></td>
<td class="current"><span class="calendar_navigation_item"><span class="calendar_navigation_item_inner"><?php echo $this->_tpl_vars['_current_month']; ?>
/ <?php echo $this->_tpl_vars['_current_year']; ?>
</span></span></td>
<td class="next"><a href="<?php echo ((is_array($_tmp=$this->_tpl_vars['_next_month']['url'])) ? $this->_run_mod_handler('clean', true, $_tmp) : smarty_modifier_clean($_tmp)); ?>
" class="calendar_navigation_item"><span class="calendar_navigation_item_inner"><?php echo ((is_array($_tmp=$this->_tpl_vars['_next_month']['label'])) ? $this->_run_mod_handler('clean', true, $_tmp) : smarty_modifier_clean($_tmp)); ?>
»</span></a></td>
</tr>
</table>