{teval
$title = '尊享VIP申请 - {webName}';
$keywords = '';
$description = '';
$title = common::replaceVars($title);
$keywords = common::replaceVars($keywords);
$description = common::replaceVars($description);
$cssList = array(css::getUrl('member', 'member'));
echo string::getStaticCode(array('title' => $title, 'keywords' => $keywords, 'description' => $description,'cssList'=>$cssList));
}
{sub ../header}
{sub menu}
{if $indexMessage}
{/if}
{if $_showmessage}
{/if}
|
|
| 最近加入VIP榜 |
|
{loop $vip_list $v}
{/loop}
| |
{sub ../footer}