rlang  Fri, 11 Mar 2011 14:34:31 +0000

Modified page: http://wiki.horde.org/CreatingYourFirstModule
New Revision:  1.12
Change log:  wrong wiki syntax

@@ -124,9 +124,9 @@
 http://groupware.ralf-lang.de/ajaxadmin/themes/graphics/ajaxadmin.png

6. In /path/to/horde/config/registry.d/ create a file called modulename.php. Please note the lack of ?> at the end of the php block, and also the menu parent. If you want your object to go *ANYWHERE ELSE* you will need to change this!

-=== registry.d example for horde 3 ===
++++ registry.d example for horde 3

 <code type="php">
 <?php
 $this->applications['modulename'] = array(
@@ -137,9 +137,9 @@
     'menu_parent' => 'horde'
 );
 </code>

-=== registry.de example for horde 4 ===
++++ registry.de example for horde 4

 <code type="php">
 <?php
 $this->applications['tickplug'] = array(

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

Reply via email to