摘要:
//函数:get_tpl_list_nav($tpl_id='',$is_content=0)//功能:根据模板ID或当前栏目ID获得子栏目列表页{assign source=get_tpl_list_nav('3',1) name=tree/} {if $tree} 产品导航 {loop source=$tree item=$nav} {print $nav['cate_name']/}({print $nav['content_num']/}) {loop source=$nav['child']} {prin 阅读全文
posted @ 2014-01-22 11:34
坠落的数字
阅读(222)
评论(0)
推荐(0)
摘要:
//获取指定栏目的所有子栏目//@param:$id(栏目ID)function get_child_id($id){ $arr=''; $sql="select id from ".DB_PRE."category where cate_hide!=1 and cate_parent=".intval($id); $child=$GLOBALS['mysql']->fetch_asc($sql); if(empty($child)){ return ''; }else{ foreach($child 阅读全文
posted @ 2014-01-22 10:50
坠落的数字
阅读(237)
评论(0)
推荐(0)
摘要:
人生的重大转折点 阅读全文
posted @ 2014-01-22 10:03
坠落的数字
阅读(85)
评论(0)
推荐(0)
浙公网安备 33010602011771号