[commits] [Wiki] changed: CustomizeMenu
Ralf Lang (B1 Systems GmbH)
lang at b1-systems.de
Thu Jan 17 11:14:14 UTC 2013
rlang Thu, 17 Jan 2013 12:14:14 +0100
Modified page: http://wiki.horde.org/CustomizeMenu
New Revision: 9
Change log: comma
@@ -9,9 +9,9 @@
You can regroup applications into submenus by adding {{heading}} and
{{menu_parent}} entries to the {{registry.local.php}} file.
For example, let's group nag and whups into a "chores" menu.
<code type="php">
-$this->applications['chores'] = array('name' => 'chores'
+$this->applications['chores'] = array('name' => 'chores',
'status' => 'heading'
);
$this->applications['nag']['menu_parent'] = 'chores';
$this->applications['whups']['menu_parent'] = 'chores';
More information about the commits
mailing list