diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/createlinks mezzanine_patched_e-smith-horde-1.13.0/createlinks --- e-smith-horde-1.13.0/createlinks 2006-09-23 15:38:01.000000000 -0500 +++ mezzanine_patched_e-smith-horde-1.13.0/createlinks 2006-09-23 15:37:48.000000000 -0500 @@ -13,6 +13,17 @@ )); } +# conf.menu.apps.php-horde + +foreach (qw(conf.menu.apps.php)) +{ + templates2events("/home/httpd/html/horde/$_", qw( + bootstrap-console-save + console-save + email-update + )); +} + foreach (qw(registry.php prefs.php mime_drivers.php)) { safe_symlink("/etc/e-smith/templates-default/template-begin-php", diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/01begin mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/01begin --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/01begin 1969-12-31 18:00:00.000000000 -0600 +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/01begin 2006-09-23 11:09:19.000000000 -0500 @@ -0,0 +1,4 @@ +{ +%apps = (); +$OUT = ''; +} diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/05ProcessMenu mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/05ProcessMenu --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/05ProcessMenu 1969-12-31 18:00:00.000000000 -0600 +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/05ProcessMenu 2006-09-23 11:09:19.000000000 -0500 @@ -0,0 +1,9 @@ +{ +my $MenuArray = $horde{'MenuArray'} || "enabled"; + return "# No menu icons are enabled" + unless $MenuArray eq 'enabled'; + +$OUT .= "\$conf['menu']['apps'] = array('" . + (join "', '", sort keys %apps) . + "');\n"; +} diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/template-begin mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/template-begin --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/template-begin 1969-12-31 18:00:00.000000000 -0600 +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/template-begin 2006-09-23 11:09:19.000000000 -0500 @@ -0,0 +1 @@ +