[dev] Agora config file bug

Joe Jenkins joe at nerdnet.com
Thu Nov 6 10:32:19 PST 2003


in Agora's config file menu.php.dist (current CVS) there is:

<?php
/*
 * $Horde: agora/config/menu.php.dist,v 1.1 2002/11/13 01:07:30 marcus Exp $
 */

$_menu = array();

/* Add your custom entries below this line. */

$_menu[] = array(
                 'url' =>         '/midas/index.php',
                 'text' =>        'Pubblicita\'',
                 'icon' =>        '',
                 'icon_path' =>   '',
                 'target' =>      '',
                 'onclick' =>     ''
                );


which causes errors when going into forums under horde.  Removing the broken
code under "Add custom menu entries" will correct it.

Joe Jenkins





More information about the dev mailing list