options; } function title_styles() { $ret = [ "regular" => "Normal title display using the HTML \"title\" attribute", "below" => "Below the thumbnail (Doesn't work for Random Justified Gallery and Mosaic Layout)", "tooltip" => "Using a JavaScript tooltip", "hover-slideup-show" => "Slide up from bottom upon hover", "slideup-stick" => "Cover the lower portion always", 'none' => 'No title' ]; return $ret; } function selection_range($min, $max) { $ret = []; for ($i = $min; $i <= $max; $i++) { $ret[$i] = $i; } return $ret; } }