[4] ErrorException in 93b45309d4928fde1db96d63663cda94.php line 115

语法错误: unexpected '']; ?></a>
' (T_CONSTANT_ENCAPSED_STRING), expecting ',' or ';'

  1. </div>
  2. <div class="header_m_nav_icon_s f-b-c f-col">
  3. <div class="line"></div>
  4. <div class="line"></div>
  5. <div class="line"></div>
  6. <header class="header_m_nav_display f-col f-s-c">
  7. <a href="<?php echo "http://shijiazhuang.rz-cam.com/"; ?>">首页</a>
  8. <?php
  9. $chkid = isset($cid) ? $cid : 0;
  10. $catid = isset($category) ? $category['pid'] : 0;
  11. $_limit = "10";
  12. $_typeid = intval('1');
  13. $_category = new app\index\model\CategoryModel();
  14. $_navlist = $_category->getCategory('', $_typeid, true);
  15. $_navlist = $_category->unlimitedForLayer($_navlist);
  16. foreach($_navlist as $autoindex => $nav):