[4] ErrorException in 3157a8ca142d1fc8dd3688eaa9e95307.php line 710

语法错误: unexpected '>'

  1. $page = preg_replace('/href=[\'|\"](\S+)[\'|\"]/i', 'href=$1'.$_ljstr.build_query($_pageurlarr), $page);
  2. }
  3. $_content = new app\index\model\ContentModel();
  4. foreach ($_infolist as $k => $list):
  5. $list = $_content->getContentByCon($list);
  6. $list['alltitle'] = $list['title'];
  7. if(0) $list['title'] = str2sub($list['title'], 0, 0);
  8. $list = $_content->getContentArea($list);
  9. $list = update_str_dq($list, config('sys.sys_area'));
  10. ?>
  11. <li>
  12. <a href="<?php echo $list['url']; ?>"><span><?php echo $list['title']; ?></span></a>
  13. <p><?php echo date('Y-m-d',$list['create_time']); ?></p>
  14. </li>
  15. <?php endforeach;?>
  16. </ul>
  17. </div>
  18. </div>