Add sidebar service entry
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jul 2010 18:07:38 +0000 (12:07 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jul 2010 19:10:27 +0000 (13:10 -0600)
framework/Core/lib/Horde.php

index 3057cbe..2b5e194 100644 (file)
@@ -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;