projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86fabfe
)
Add sidebar service entry
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 15 Jul 2010 18:07:38 +0000
(12:07 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 15 Jul 2010 19:10:27 +0000
(13:10 -0600)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
3057cbe
..
2b5e194
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-450,7
+450,7
@@
HTML;
* <pre>
* TODO
* 'ajax', 'cache', 'download', 'go', 'logintasks', 'prefsapi'
- * 'help', 'problem', 'logout', 'login', 'options'
+ * 'help', 'problem', 'logout', 'login', 'options'
, 'sidebar'
* </pre>
* @param string $app The name of the current Horde application.
*
@@
-500,6
+500,9
@@
HTML;
case 'ajax':
return self::url($webroot . '/services/ajax.php/' . $app . '/');
+
+ case 'sidebar':
+ return self::url($webroot . '/services/portal/sidebar.php');
}
return false;