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';

--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to