|
|
@@ -98,6 +98,12 @@ function lib_channel(&$ctag, &$refObj) |
|
|
|
$linkOkstr = str_replace("~typelink~", $row['typelink'], $linkOkstr);
|
|
|
|
$linkOkstr = str_replace("~bigpic~", $row['bigpic'], $linkOkstr);
|
|
|
|
$linkOkstr = str_replace("~litimg~", $row['litimg'], $linkOkstr);
|
|
|
|
$linkOkstr = str_replace("~cfg_webname~", $GLOBALS['cfg_webname'], $linkOkstr);
|
|
|
|
$linkOkstr = str_replace("~cfg_basehost~", $GLOBALS['cfg_basehost'], $linkOkstr);
|
|
|
|
$linkOkstr = str_replace("~cfg_indexurl~", $GLOBALS['cfg_indexurl'], $linkOkstr);
|
|
|
|
$linkOkstr = str_replace("~cfg_indexname~", $GLOBALS['cfg_indexname'], $linkOkstr);
|
|
|
|
$linkOkstr = str_replace("~cfg_indexseotitle~", $GLOBALS['cfg_indexseotitle'], $linkOkstr);
|
|
|
|
$linkOkstr = str_replace("~cfg_arcdir~", $GLOBALS['cfg_arcdir'], $linkOkstr);
|
|
|
|
$likeType .= $linkOkstr;
|
|
|
|
} else {
|
|
|
|
$row['typelink'] = $row['typeurl'] = GetOneTypeUrlA($row);
|
|
|
|