From: Zach Copley Date: Wed, 18 Nov 2009 00:55:45 +0000 (-0800) Subject: Get rid of empty select in theme dropdown X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7551464d239a77d3f23b02a8f84ea78ebc282b2e;p=quix0rs-gnu-social.git Get rid of empty select in theme dropdown --- diff --git a/actions/designadminpanel.php b/actions/designadminpanel.php index dcf5605af1..9845ddb547 100644 --- a/actions/designadminpanel.php +++ b/actions/designadminpanel.php @@ -179,7 +179,7 @@ class DesignAdminPanelForm extends Form $this->out->dropdown('theme', _('Theme'), $themes, _('Theme for the site.'), - true, $this->value('theme')); + false, $this->value('theme')); $this->out->elementEnd('li'); $this->out->elementEnd('ul');