[dev] add volos to menu
Ben Chavet
ben at chavet.net
Mon Mar 29 15:56:30 PST 2004
Attached is a patch to config/registry.php.dist to add volos to the side
menu under Web Site.
--Ben
-------------- next part --------------
Index: registry.php.dist
===================================================================
RCS file: /repository/horde/config/registry.php.dist,v
retrieving revision 1.215
diff -u -r1.215 registry.php.dist
--- registry.php.dist 19 Mar 2004 01:09:20 -0000 1.215
+++ registry.php.dist 29 Mar 2004 23:07:49 -0000
@@ -488,6 +488,15 @@
'menu_parent' => 'website'
);
+$this->applications['volos'] = array(
+ 'fileroot' => dirname(__FILE__) . '/../volos',
+ 'webroot' => $this->applications['horde']['webroot'] . '/volos',
+ 'icon' => $this->applications['horde']['webroot'] . '/volos/graphics/volos.gif',
+ 'name' => _("Guestbook"),
+ 'status' => 'active',
+ 'menu_parent' => 'website'
+);
+
$this->applications['ansel'] = array(
'fileroot' => dirname(__FILE__) . '/../ansel',
'webroot' => $this->applications['horde']['webroot'] . '/ansel',
More information about the dev
mailing list