Procházet zdrojové kódy

Update taglist.class.php

tags/6.1.9
xushubieli před 2 roky
rodič
revize
1c20452ea7
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. +0
    -2
      src/system/archive/taglist.class.php

+ 0
- 2
src/system/archive/taglist.class.php Zobrazit soubor

@@ -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)
{


Načítá se…
Zrušit
Uložit