Changeset 1080767
- Timestamp:
- 02/02/2015 10:11:50 AM (11 years ago)
- File:
-
- 1 edited
-
magic-google-maps/trunk/magic-Maps.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-google-maps/trunk/magic-Maps.php
r1078089 r1080767 196 196 <div id="map-canvas1"></div> 197 197 <form method="post" action="options.php"> 198 <? 198 <?php 199 199 settings_fields('googleMapsSection');?> 200 200 <br/> <p class="description">Drag and drop pin to desire location zoom in and out to set preferred view and save.<br/> 201 201 Remember to set the height of the map width will adjust automaticaly.<br/> 202 202 Copy and paste code to your contact page: <span style="font-size: 1.2em; background: #ffffff; padding: 5px 10px; margin:10px; line-height: 2.8em; border: 1px solid #5b9dd9;box-shadow: 0 0 2px rgba(30,140,190,.8);"><b> [map]</b></span> 203 </p><? 203 </p><?php 204 204 submit_button(); 205 205 do_settings_sections('magicmaps'); … … 209 209 </form> 210 210 </div> 211 <? 211 <?php 212 212 213 213 } … … 312 312 } 313 313 add_action( 'admin_enqueue_scripts', 'bf_pass_data_to_script_admin_map' ); 314 ?>
Note: See TracChangeset
for help on using the changeset viewer.