[horde] Customizing Horde Menu

Elliot Anders elliot at marlboro.edu
Wed Jun 25 13:00:54 UTC 2008


Jan, thanks.
This fixes the issue, but /dev/null doesn't work.  It appears it must  
be a valid directory.  Here is functional syntax for those  
interested.  I'll correct the wiki now.

// Custom Menus
$this->applications['mc_custom'] = array(
       'name' => _('External Links'),
       'status' => 'heading',
       'icon' => '',
);
$this->applications['mc_courses'] = array(
   'webroot' => 'https://www.example.com,
   'name' => _("Example Link"),
   'status' => 'active',
   'target' => '_parent',
   'menu_parent' => 'mc_custom',
   'fileroot' => '/tmp',
   'icon' => '',
);


On Jun 22, 2008, at 6:38 PM, Jan Schneider wrote:
>
> Set a 'fileroot', even if it point to /tmp or /dev/null or whatnot.  
> The menu code is checking for config/prefs.php in the fileroot.
>
> Jan.
>
> -- 
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
> -- 
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org



More information about the horde mailing list