383
个编辑
更改
无编辑摘要
* Time: 15:15
*/
if (!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$imgs = $reilist = '';
$count = C::t('#xigua_re#xgre_order')->fetch_usercount_by_postid($postid);
if($count){
$list = C::t('#xigua_re#xgre_order')->fetch_user_by_postid($postid);
foreach ($list as $itm) {
$imgs .= "<li style='display:inline-block;margin:0 6px 6px 0;vertical-align:top'><img style='width:28px;height:28px;display:block;margin:0' src=\"$itm\" onerror='this.error=null;this.src=\"{$_G['siteurl']}source/plugin/xigua_re/static/noavatar.gif\"' /> </li>";
}
{
global $_G;
$config = $_G['cache']['plugin']['xigua_re']; $link = $_G['siteurl']. 'home.php?mod=spacecp&ac=plugin&id=xigua_re:setting'; $return[] = array( 'name' => "<a href='$link'>{$config['navword']}</a>", 'link' => $link, ); return $return; }xigua_