Esempio n. 1
0
                ?>

									<!-- MAP -->

                					<?php 
                if ($geocoords != '') {
                    ?>
                						<section id="map" <?php 
                    if (isset($woo_options['woo_contact_panel']) && $woo_options['woo_contact_panel'] == 'true') {
                        ?>
class="float"<?php 
                    }
                    ?>
>
                					    	<?php 
                    woo_maps_contact_output("geocoords={$geocoords}");
                    ?>
                						</section>
                					<?php 
                }
                ?>

						    	</section><!-- /#location-map -->

						    <?php 
            }
            ?>
						    <?php 
            if (isset($woo_options['woo_contact_subscribe_and_connect']) && 'true' == $woo_options['woo_contact_subscribe_and_connect']) {
                ?>
						    	<section id="twitter-connect">
Esempio n. 2
0
		return false;

	});
});
//-->!]]>
</script>

   <?php 
woo_content_before();
?>
    <div id="content" class="col-full">

        <?php 
// Output Google Map
if (isset($woo_options['woo_contactform_map_coords']) && '' != $woo_options['woo_contactform_map_coords']) {
    woo_maps_contact_output("geocoords=" . $woo_options['woo_contactform_map_coords']);
    echo do_shortcode('[divider]');
}
?>

		<div id="main-sidebar-container">

		<!-- #main Starts -->
		<?php 
woo_main_before();
?>
		<section id="main">

		<?php 
woo_loop_before();
?>