Added “Platforms” entry
This commit is contained in:
parent
4bf25b2bdc
commit
c93d6cb820
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ if ($account['Level']!='guest') {
|
|||
array(
|
||||
'instances'=>array('liadd'=>null, 'href'=>'instances.php', 'title'=>'Istanze', 'selected'=>false, 'submenu'=>null),
|
||||
'noxious'=>array('liadd'=>null, 'href'=>'#', 'title'=>'Nocive', 'selected'=>false, 'submenu'=>null),
|
||||
'platforms'=>array('liadd'=>null, 'href'=>'platforms.php', 'title'=>'Piattaforme', 'selected'=>false, 'submenu'=>null),
|
||||
'notifs'=>array('liadd'=>null, 'href'=>'notifs.php', 'title'=>'Notifiche', 'selected'=>false, 'submenu'=>null),
|
||||
'accounts'=>array('liadd'=>null, 'href'=>'#', 'title'=>'Accounts', 'selected'=>false, 'submenu'=>null),
|
||||
'account'=>array('liadd'=>null, 'href'=>'account.php?id='.$account['ID'], 'title'=>'Il tuo account', 'selected'=>false, 'submenu'=>null),
|
||||
|
|
Loading…
Reference in a new issue