[cvs] [Wiki] changed: Doc/Dev/ConversionH4

Jan Schneider jan at horde.org
Tue Jun 29 16:19:58 UTC 2010


jan  Tue, 29 Jun 2010 12:19:58 -0400

Modified page: http://wiki.horde.org/Doc/Dev/ConversionH4
New Revision:  1.6
Change log:  How to integrate the sidebar

@@ -118,8 +118,15 @@
  ++ Prefs UI

  No more lib/prefs.php - now uses Horde_Registry_Application calls.
  Update config/prefs.php.dist to remove unneeded entries.
+
+++ Sidebar integration
+
+The sidebar menu is no longer in a separate frame. To integrate with  
all pages of your application, put the following code after your menu,  
e.g. at the bottom of templates/menu.inc, but before the notification  
output:
+<code type="php">
+if (!Horde_Util::getFormData('ajaxui')) require HORDE_BASE .  
'/services/portal/sidebar.php';
+</code>

  ++ Test script

  No longer uses test.php - converted to lib/Test.php.



More information about the cvs mailing list