소스 검색

Update taglist.class.php

tags/6.1.9
xushubieli 2 년 전
부모
커밋
1c20452ea7
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      src/system/archive/taglist.class.php

+ 0
- 2
src/system/archive/taglist.class.php 파일 보기

@@ -567,14 +567,12 @@ class TagList
$truepath = $GLOBALS["cfg_basedir"];
return $truepath;
}
function SetTagsDir($dir = '')
{
global $cfg_tags_dir,$cfg_cmspath;
if ($dir == "") $dir = str_replace("{cmspath}",$cfg_cmspath,$cfg_tags_dir);
$this->tagsDir = $dir;
}
//生成静态Tag
function MakeHtml($startpage = 1, $makepagesize = 0)
{


불러오는 중...
취소
저장