| #577 | } |
| #578 | } |
| #579 | |
| #580 | // 分类链接格式化 |
| #581 | public function category_url(&$cate, $page = FALSE, $extra = array()) { |
| #582 | $url = ''; |
| #583 | $cid = isset($cate['cid']) ? (int)$cate['cid'] : 0; |
| #584 | $alias = isset($cate['alias']) ? $cate['alias'] : ''; |
| #585 | //使用相对URL |
| #586 | if( (isset($this->cfg['url_path']) && !empty($this->cfg['url_path'])) || isset($extra['url_path']) && !empty($extra['url_path']) ){ |