%%A5^A5C^A5C6F465%%nav.html.php 984 B

12345678910111213141516171819202122232425
  1. <?php /* Smarty version 2.6.17, created on 2018-05-26 11:47:12
  2. compiled from ./admin/nav.html */ ?>
  3. <div id="admincontent">
  4. <div id="adminnavgation">
  5. <h2><?php echo $this->_tpl_vars['title']; ?>
  6. </h2>
  7. <div class="breadcrumb-wrapper">
  8. <span>当前位置:</span>
  9. <ol class="breadcrumb">
  10. <?php $_from = $this->_tpl_vars['navMenus']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  11. foreach ($_from as $this->_tpl_vars['nav']):
  12. ?>
  13. <?php if ($this->_tpl_vars['nav']['href']): ?>
  14. <li><a href="<?php echo $this->_tpl_vars['nav']['href']; ?>
  15. " <?php if ($this->_tpl_vars['nav']['target']): ?>target="<?php echo $this->_tpl_vars['nav']['target']; ?>
  16. "<?php endif; ?>><?php echo $this->_tpl_vars['nav']['title']; ?>
  17. </a></li>
  18. <?php else: ?>
  19. <li class="active"><?php echo $this->_tpl_vars['nav']['title']; ?>
  20. </li>
  21. <?php endif; ?>
  22. <?php endforeach; endif; unset($_from); ?>
  23. </ol>
  24. </div>
  25. </div>