diff --git a/src/system/archive/taglist.class.php b/src/system/archive/taglist.class.php index 58354f96..e0a3f31a 100755 --- a/src/system/archive/taglist.class.php +++ b/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) {