
07-09-2011, 06:31 PM
|
 |
|
|
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by kh99
You want to eliminate some code if a certain style is showing? I think you want
PHP Code:
$navnetstyle = explode(',', $vbulletin->options['usml_navnet_styles']);
if (!in_array(STYLEID, $navnetstyle)) { code here }
|
That doesn't work either
|