diff -Nur -x '*.orig' -x '*.rej' smeserver-gollem-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/620AppRegistryGollem mezzanine_patched_smeserver-gollem-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/620AppRegistryGollem --- smeserver-gollem-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/620AppRegistryGollem 1969-12-31 18:00:00.000000000 -0600 +++ mezzanine_patched_smeserver-gollem-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/620AppRegistryGollem 2006-03-18 14:51:34.000000000 -0600 @@ -0,0 +1,17 @@ +// 620AppRegistryGollem +$this->applications['gollem'] = array( + 'fileroot' => dirname(__FILE__) . '/../gollem', + 'webroot' => $this->applications['horde']['webroot'] . '/gollem', + 'name' => _("File Manager"), + 'status' => 'active', + 'menu_parent' => 'myaccount', + 'provides' => 'files', +); + +$this->applications['gollem-menu'] = array( + 'status' => 'hidden', + 'app' => 'gollem', + 'blockname' => 'tree_menu', + 'menu_parent' => 'gollem', +); +