[mottle] Patch to follow change in framework

Serge Grondin SGrondin at csbf.qc.ca
Fri Feb 13 10:55:16 PST 2004


Hi,

Here is a little patch to follow the change in framework for Browser and
Menu.


===================================================================
RCS file: /repository/mottle/lib/base.php,v
retrieving revision 1.5
diff -u -r1.5 base.php
--- base.php    1 Jan 2004 15:16:31 -0000       1.5
+++ base.php    13 Feb 2004 18:48:29 -0000
@@ -43,11 +43,11 @@
 require_once MOTTLE_BASE . '/lib/Mottle.php';
 
 /* Browser detection object. */
-require_once HORDE_BASE . '/lib/Browser.php';
+require_once HORDE_LIBS . 'Horde/Browser.php';
 $browser = &Browser::singleton();
 
 /* Set up the menu. */
-require_once HORDE_BASE . '/lib/Menu.php';
+require_once HORDE_LIBS . 'Horde/Menu.php';
 $menu = &new Menu();
     
 /* Templates. */


Thanks,

-- 
Serge Grondin
Technicien en Informatique
Commission Scolaire des Bois-Francs
Tel. bur.:   (819) 758-6453, poste 2920
e-Mail bur.: SGrondin at csbf.qc.ca


More information about the mottle mailing list