getStyleSelect() public static method

Build a HTML element.
Example #1
0
 /**
  */
 public function display(Horde_Core_Prefs_Ui $ui)
 {
     return _("Default style for galleries") . Ansel::getStyleSelect('default_gallerystyle_select', $GLOBALS['prefs']->getValue('default_gallerystyle')) . '<br />';
 }