diff --git a/src/system/taglib/channel.lib.php b/src/system/taglib/channel.lib.php index a0fb7f63..8bac5a80 100755 --- a/src/system/taglib/channel.lib.php +++ b/src/system/taglib/channel.lib.php @@ -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;