1

(2 replies, posted in UAM Configuration)

for my case, i use nasid as the parameters..
you can get the nasid as a get variable.
heres what i did :
if $_GET['nasid'] == 'foo'
// include css for foo
else
// include css for bar
end