Explorar el Código

Update taglist.class.php

tags/6.1.9
xushubieli hace 2 años
padre
commit
1c20452ea7
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      src/system/archive/taglist.class.php

+ 0
- 2
src/system/archive/taglist.class.php Ver fichero

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


Cargando…
Cancelar
Guardar