1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-trean-0.1/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/260AppRegistryTrean mezzanine_patched_smeserver-trean-0.1/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/260AppRegistryTrean |
2 |
--- smeserver-trean-0.1/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/260AppRegistryTrean 2007-03-28 23:00:39.000000000 -0500 |
3 |
+++ mezzanine_patched_smeserver-trean-0.1/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/260AppRegistryTrean 2007-03-28 22:59:52.000000000 -0500 |
4 |
@@ -8,3 +8,10 @@ |
5 |
'menu_parent' => 'organizing' |
6 |
); |
7 |
|
8 |
+$this->applications['trean-menu'] = array( |
9 |
+ 'status' => 'block', |
10 |
+ 'app' => 'trean', |
11 |
+ 'blockname' => 'tree_menu', |
12 |
+ 'menu_parent' => 'trean', |
13 |
+); |
14 |
+ |