[horde] Add link to Horde sidebar
Matthias Kellermann
mkellermann at net-com.de
Fri Dec 7 10:13:37 UTC 2007
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
More information about the horde
mailing list