ThinkCMF 获取当前位置,代码如下:
<php>
$pid_info=M('terms')->where('term_id='.I('get.id'))->find();
$pid_path = explode("-",$pid_info['path']);
$path_text=array();
foreach ($pid_path as $pid_vo) {
if(empty($pid_vo)){
array_push($path_text,'首页');
}else{
$tmp=M('terms')->where('term_id='.$pid_vo)->find();
array_push($path_text,$tmp['name']);...阅读全文
作者:admin | 分类:
ThinkCMF | 阅读:
Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in
/www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line
19
|