[horde] Change the Menu Structure

A. Schulze sca at andreasschulze.de
Mon Apr 2 20:18:12 UTC 2018



Am 02.04.2018 um 20:19 schrieb zyrixx:
> Hello, where can you change the menu structure in Horde?
> 
> I would like the tickets directly in the menu and notes somewhere in the submenu.
> 
> 
> Thanks for answers
> 

I've a system using wicked (the wiki) which is usualy located under the menu "others"
To have this menu located on top for anonymous users I use this file:


~horde/config/registry-example.org.php
	<?php

	global $registry;
	if (!$registry->isAuthenticated()) {
	  $this->applications['wicked']['menu_parent'] = '';
	}

hope that helps...

Andreas


More information about the horde mailing list