Explorar el Código

Update channel.lib.php

tags/6.3.2
叙述、别离 hace 2 meses
padre
commit
d55642325d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/system/taglib/channel.lib.php

+ 2
- 0
src/system/taglib/channel.lib.php Ver fichero

@@ -91,6 +91,8 @@ function lib_channel(&$ctag, &$refObj)
$row['typelink'] = GetOneTypeUrlA($row);
$linkOkstr = str_replace("~rel~", $row['rel'], $linkOkstr);
$linkOkstr = str_replace("~id~", $row['id'], $linkOkstr);
$linkOkstr = str_replace("~bigpic~", $row['bigpic'], $linkOkstr);
$linkOkstr = str_replace("~litimg~", $row['litimg'], $linkOkstr);
$linkOkstr = str_replace("~typelink~", $row['typelink'], $linkOkstr);
$linkOkstr = str_replace("~typename~", $row['typename'], $linkOkstr);
$likeType .= $linkOkstr;


Cargando…
Cancelar
Guardar