diff -Nur -x '*.orig' -x '*.rej' e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppIngo mezzanine_patched_e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppIngo --- e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppIngo 1969-12-31 18:00:00.000000000 -0600 +++ mezzanine_patched_e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppIngo 2006-09-23 11:42:37.000000000 -0500 @@ -0,0 +1,5 @@ +{ +my $IngoMenu = $ingo{MenuArray} || "enabled"; return "" unless ($IngoMenu eq "enabled"); +$apps{ingo} = 1; +$OUT = ''; +} diff -Nur -x '*.orig' -x '*.rej' e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/conf.php/120menu mezzanine_patched_e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/conf.php/120menu --- e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/conf.php/120menu 2005-09-01 15:49:51.000000000 -0500 +++ mezzanine_patched_e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/conf.php/120menu 2006-09-23 11:36:22.000000000 -0500 @@ -1,3 +1,3 @@ //120menu -$conf['menu']['apps'] = array('imp', 'ingo', 'turba'); +include '/home/httpd/html/horde/conf.menu.apps.php';