diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index 8e59afb35..1c316eb3f 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -258,6 +258,35 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style { params['settings']; + $dms = $this->params['dms']; +?> + "> + + +{"_".$name})) + $selections = $settings->{"_".$name}; + else + $selections = explode(',', $settings->{"_".$name}); + echo ""; +?> + + +params['settings']; $dms = $this->params['dms'];