From: Michael M Slusarz Date: Thu, 15 Jul 2010 18:07:38 +0000 (-0600) Subject: Add sidebar service entry X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eea8728ee02892b6ee0bc183f17e3a3ee3a8eb03;p=horde.git Add sidebar service entry --- diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index 3057cbe88..2b5e194a1 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -450,7 +450,7 @@ HTML; *
      * TODO
      * 'ajax', 'cache', 'download', 'go', 'logintasks', 'prefsapi'
-     * 'help', 'problem', 'logout', 'login', 'options'
+     * 'help', 'problem', 'logout', 'login', 'options', 'sidebar'
      * 
* @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;