Get rid of empty select in theme dropdown

This commit is contained in:
Zach Copley 2009-11-17 16:55:45 -08:00
parent e3123be350
commit 7551464d23
1 changed files with 1 additions and 1 deletions

View File

@ -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');