summaryrefslogtreecommitdiff
path: root/FisheyeGallery.php
diff options
context:
space:
mode:
Diffstat (limited to 'FisheyeGallery.php')
-rw-r--r--FisheyeGallery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/FisheyeGallery.php b/FisheyeGallery.php
index e9cd557..9cc3fa8 100644
--- a/FisheyeGallery.php
+++ b/FisheyeGallery.php
@@ -892,7 +892,7 @@ class FisheyeGallery extends FisheyeBase {
// Generate a select drop menu of listed galleries
function generateMenu( $pListHash, $pOptions, $pLocate=NULL ) {
- $ret = "<select ";
+ $ret = "<select class='form-control' ";
foreach( array( 'class', 'name', 'id', 'onchange' ) as $key ) {
if( !empty( $pOptions[$key] ) ) {
$ret .= " $key=\"$pOptions[$key]\" ";