|
149 | 149 |
|
150 | 150 | // On post admin form |
151 | 151 | $conf['osm_conf'] = array( |
152 | | - 'right_panel' => array( |
| 152 | + 'right_panel' => array( |
153 | 153 | 'enabled' => get_boolean($_POST['osm_right_panel']), |
154 | 154 | 'add_before' => $_POST['osm_add_before'], |
155 | 155 | 'height' => $_POST['osm_height'], |
|
158 | 158 | 'linkcss' => $_POST['osm_right_linkcss'], |
159 | 159 | 'showosm' => get_boolean($_POST['osm_showosm']), |
160 | 160 | ), |
161 | | - 'left_menu' => array( |
| 161 | + 'left_menu' => array( |
162 | 162 | 'enabled' => get_boolean($_POST['osm_left_menu']), |
163 | 163 | 'link' => $_POST['osm_left_link'], |
164 | 164 | 'popup' => $_POST['osm_left_popup'], |
|
178 | 178 | 'width' => $_POST['osm_cat_width'], |
179 | 179 | 'index' => $_POST['osm_cat_index'], |
180 | 180 | ), |
181 | | - 'main_menu' => array( |
| 181 | + 'main_menu' => array( |
182 | 182 | 'enabled' => get_boolean($_POST['osm_main_menu']), |
183 | 183 | 'height' => $_POST['osm_menu_height'], |
184 | 184 | ), |
|
190 | 190 | 'global_height' => $_POST['osm_batch_global_height'], |
191 | 191 | 'unit_height' => $_POST['osm_batch_unit_height'], |
192 | 192 | ), |
193 | | - 'map' => array( |
| 193 | + 'map' => array( |
194 | 194 | 'baselayer' => $_POST['osm_baselayer'], |
195 | 195 | 'custombaselayer' => $_POST['osm_custombaselayer'], |
196 | 196 | 'custombaselayerurl' => $_POST['osm_custombaselayerurl'], |
197 | 197 | 'noworldwarp' => get_boolean($_POST['osm_noworldwarp']), |
198 | 198 | 'attrleaflet' => get_boolean($_POST['osm_attrleaflet']), |
199 | 199 | 'attrimagery' => get_boolean($_POST['osm_attrimagery']), |
200 | 200 | 'attrplugin' => get_boolean($_POST['osm_attrplugin']), |
| 201 | + 'mapquestapi' => $_POST['osm_mapquestapi']), |
201 | 202 | ), |
202 | 203 | 'pin' => array( |
203 | 204 | 'pin' => $_POST['osm_pin'], |
|
0 commit comments