git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
dcee94d
Branches
Tags
master
ticket
webinterface.git
modules
jabber
menu.php
Neues Jabber-Modul (noch nicht ganz fertig) und Formular-Framework
bernd
commited
dcee94d
at 2007-06-01 16:53:03
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; switch ($role) { case ROLE_CUSTOMER: $menu["jabber_accounts"] = array("label" => "Jabber", "file" => "accounts.php", "weight" => 10); } ?>