%%30^30E^30E9D058%%common_nav.html.php 902 B

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