* Horde::addInlineScript().
* 'js_files' - (array) A list of javascript files to be included via
* Horde::addScriptFile().
- * 'nosidebar' - (boolean) If true, never load the sidebar when
- * authenticating to this app.
* 'params' - (array) A list of parameters to display on the login screen.
* Each entry is an array with the following entries:
* 'label' - (string) The label of the entry.
* to display to the user.
* DEFAULT: None
* 'params' - (array) Additional params to add to the URL (not allowed:
- * 'app', 'horde_logout_token', 'msg', 'nosidebar', 'reason',
- * 'url').
+ * 'app', 'horde_logout_token', 'msg', 'reason', 'url').
* DEFAULT: None
* 'reason' - (integer) The reason for logout
* DEFAULT: None
($options['reason'] == Horde_Auth::REASON_LOGOUT)) {
$params = array(
'horde_logout_token' => Horde::getRequestToken('horde.logout'),
- 'nosidebar' => 1
);
} else {
$params = array(