[horde] Add link to Horde sidebar

Patrick Boutilier boutilpj at ednet.ns.ca
Fri Dec 7 22:28:26 UTC 2007


Matthias Kellermann wrote:
> Craig White schrieb:
>> On Thu, 2007-12-06 at 12:23 +0100, Matthias Kellermann wrote:
>>> Hi list,
>>>
>>> how can I add a custom link in the Horde sidebar? I did not find any
>>> settings for the sidebar in the /config directory.
>> ----
>> edit horde/config/registry.php
> 
> Thanks Craig.
> 
> I've added the following link:
> 
> $this->applications['mylink'] = array(
>     'webroot' => 'http://mylink/link.html',
>     'name' => _("MyLink"),
>     'status' => 'active',
>     'icon' => 'http://mylink/icon.png',
>     'target' => '_blank'
> );
> 
> It shows up in the side bar and the link opens in a new window. But it
> also shows up under the setting. How can I only let it show in the sidebar?
> 
> Matthias

I believe adding

'fileroot' => '/tmp'

will remove it from settings.




More information about the horde mailing list