git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
c12c27e
Branches
Tags
master
ticket
webinterface.git
modules
jabber
shortcuts.php
Index-Blöcke werden jetzt vond en Modulen selbst bereitgestellt
bernd
commited
c12c27e
at 2012-03-08 14:33:17
shortcuts.php
Blame
History
Raw
<?php if ($_SESSION['role'] & ROLE_CUSTOMER) { $shortcuts[] = array( 'section' => 'Jabber', 'weight' => 10, 'file' => 'accounts', 'icon' => 'jabber.png', 'title' => 'Jabber-Accounts', 'alert' => NULL ); }