0)
{
$staffrights = $vd['agent'][11];
$tmp = explode(',',$staffrights);
}
else
{
for($i = 0; $i < 80; $i++)
{
$tmp[$i] = '1';
}
}
$topinfo = array(
array(
'id' => 5,
'txt' => '财务记录',
'url' => 'index.php?m=mod_agent&c=trade&tpl=history'
),
array(
'id' => 34,
'txt' => '销售记录',
'url' => 'index.php?m=mod_agent&c=VOrder&ordstate=2'
),
array(
'id' => 1,
'txt' => '进货记录',
'url' => 'index.php?m=mod_agent&c=order'
),
array(
'id' => 0,
'txt' => '购买点卡',
'url' => 'index.php?m=mod_b2b&c=category'
),
array(
'id' => 3,
'txt' => '帐户充值',
'url' => 'index.php?m=mod_agent&c=funds&a=AddFunds',
)
);
?>