12345678910111213141516 |
- <?php /* Smarty version 2.6.17, created on 2018-05-26 11:58:02
- compiled from ./admin/activity/common_nav.html */ ?>
- <p style="margin-bottom: 20px;">
- <?php $_from = $this->_tpl_vars['navConfig']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
- foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['nav']):
- ?>
- <?php if ($this->_tpl_vars['nav']['show']): ?>
- <a <?php if (! $this->_tpl_vars['nav']['onClick']): ?>href="<?php echo $this->_tpl_vars['nav']['url']; ?>
- "<?php endif; ?> class="button button-highlight button-small <?php if ($this->_tpl_vars['nav']['onClick']): ?>active<?php endif; ?>"><?php echo $this->_tpl_vars['nav']['name']; ?>
- </a>
- <?php else: ?>
- <a class="button button-highlight button-small disabled"><?php echo $this->_tpl_vars['nav']['name']; ?>
- </a>
- <?php endif; ?>
- <?php endforeach; endif; unset($_from); ?>
- </p>
|