Forum. MyNuke.ru

Forum. MyNuke.ru (http://forum.mynuke.ru/index.php)
-   Настройка и Изменение (http://forum.mynuke.ru/forumdisplay.php?f=11)
-   -   левые блоки (http://forum.mynuke.ru/showthread.php?t=1521)

Wind 14.03.2006 15:59

левые блоки
 
if ($name != "Forums" and $name != "coppermine" and $name != "Private_Messages") {
blocks(left); }
- для гелереи, форума и приватный сообщения левых блоков не будет, а как сделать такое с таким:
http://..../modules.php?name=Your_Account&op=avatarlist ???
Так and $name != "Your_Account&op=avatarlist" ведь не прокатит уже.

Soniks 15.03.2006 03:24

PHP код:
 if ($name != "Forums" and $name != "coppermine" and $name != "Private_Messages" and  $op != "avatarlist"

только еще нужно будет обьявить переменную $op в global


Часовой пояс GMT +4, время: 08:29.

Copyright © 2005 by Soniks