[commits] [Wiki] changed: CreatingYourFirstModule
Ralf Lang
lang at b1-systems.de
Fri Mar 11 14:34:31 UTC 2011
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(
More information about the commits
mailing list