|
|
@@ -32,7 +32,7 @@ function lib_arclist(&$ctag, &$refObj) |
|
|
|
$tagid = $ctag->GetAtt('tagid');
|
|
|
|
}
|
|
|
|
//arclist是否需要weight排序,默认为N,如果需要排序则设置为Y
|
|
|
|
$weight = $ctag->GetAtt('weight');
|
|
|
|
$isweight = $ctag->GetAtt('weight');
|
|
|
|
if ($tagname == 'imglist' || $tagname == 'imginfolist') {
|
|
|
|
$listtype = 'image';
|
|
|
|
} else if ($tagname == 'specart') {
|
|
|
@@ -72,7 +72,7 @@ function lib_arclist(&$ctag, &$refObj) |
|
|
|
} else {
|
|
|
|
$flag = $ctag->GetAtt('att');
|
|
|
|
}
|
|
|
|
return lib_arclistDone ($refObj, $ctag, $typeid, $ctag->GetAtt('row'), $ctag->GetAtt('col'), $titlelen, $infolen, $ctag->GetAtt('imgwidth'), $ctag->GetAtt('imgheight'), $listtype, $orderby, $ctag->GetAtt('keyword'), $innertext, $envs['aid'], $ctag->GetAtt('idlist'), $channelid, $ctag->GetAtt('limit'), $flag,$ctag->GetAtt('orderway'), $ctag->GetAtt('subday'), $ctag->GetAtt('noflag'), $tagid, $pagesize,$isweight, $ctag->GetAtt('notypeid')
|
|
|
|
return lib_arclistDone ($refObj, $ctag, $typeid, $ctag->GetAtt('row'), $ctag->GetAtt('col'), $titlelen, $infolen, $ctag->GetAtt('imgwidth'), $ctag->GetAtt('imgheight'), $listtype, $orderby, $ctag->GetAtt('keyword'), $innertext, $envs['aid'], $ctag->GetAtt('idlist'), $channelid, $ctag->GetAtt('limit'), $flag,$ctag->GetAtt('orderway'), $ctag->GetAtt('subday'), $ctag->GetAtt('noflag'), $tagid, $pagesize, $isweight, $ctag->GetAtt('notypeid')
|
|
|
|
);
|
|
|
|
}
|
|
|
|
/**
|
|
|
|