PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
salient
<?php /*template name: Contact*/ get_header(); ?> <?php nectar_page_header($post->ID); ?> <?php $options = get_nectar_theme_options(); wp_enqueue_script('nectarMap', get_template_directory_uri() . '/js/map.js', array('jquery'), '1.0', TRUE); ?> <div class="container-wrap"> <div id="contact-map" class="nectar-google-map" data-dark-color-scheme="<?php if(!empty($options['map-dark-color-scheme'])) echo $options['map-dark-color-scheme']; ?>" data-ultra-flat="<?php if(!empty($options['map-ultra-flat'])) echo $options['map-ultra-flat']; ?>" data-greyscale="<?php if(!empty($options['map-greyscale'])) echo $options['map-greyscale']; ?>" data-extra-color="<?php if(!empty($options['map-color'])) echo $options['map-color']; ?>" data-enable-animation="<?php if(!empty($options['enable-map-animation'])) echo $options['enable-map-animation']; ?>" data-enable-zoom="<?php if(!empty($options['enable-map-zoom'])) echo $options['enable-map-zoom']; ?>" data-zoom-level="<?php if(!empty($options['zoom-level'])) echo $options['zoom-level']; ?>" data-center-lat="<?php if(!empty($options['center-lat'])) echo $options['center-lat']; ?>" data-center-lng="<?php if(!empty($options['center-lng'])) echo $options['center-lng']; ?>" data-marker-img="<?php if(!empty($options['marker-img'])) echo nectar_options_img($options['marker-img']); ?>"></div> <div class="map-marker-list contact-map"> <?php $count = 0; for($i = 1; $i <= 10; $i++){ if(!empty($options['map-point-'.$i]) && $options['map-point-'.$i] != 0 ) { $count++; echo '<div class="map-marker" data-lat="'.$options['latitude'.$i].'" data-lng="'.$options['longitude'.$i].'" data-mapinfo="'.$options['map-info'.$i].'"></div>'; } } ?> </div> <div class="container main-content"> <div class="row"> <?php if(have_posts()) : while(have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endwhile; endif; ?> </div><!--/row--> </div><!--/container--> </div> <?php get_footer(); ?>
[+]
..
[-] template-home-1.php
[edit]
[-] template-portfolio.php
[edit]
[-] screenshot.png
[edit]
[-] single.php
[edit]
[-] desktop.ini
[edit]
[+]
lang
[-] taxonomy-project-type.php
[edit]
[-] page.php
[edit]
[-] header.php
[edit]
[-] template-no-header.php
[edit]
[-] template-no-header-footer.php
[edit]
[+]
nectar
[+]
js
[-] functions.php
[edit]
[-] search.php
[edit]
[+]
includes
[-] searchform.php
[edit]
[-] taxonomy-project-attributes.php
[edit]
[-] wpml-config.xml
[edit]
[-] style.css
[edit]
[+]
plugins
[-] single-portfolio.php
[edit]
[+]
css
[-] comments.php
[edit]
[-] template-home-3.php
[edit]
[-] template-home-4.php
[edit]
[-] template-no-footer.php
[edit]
[-] sidebar.php
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] page-left-sidebar.php
[edit]
[-] page-sidebar.php
[edit]
[-] template-contact.php
[edit]
[-] footer.php
[edit]
[+]
img
[-] rtl.css
[edit]
[-] template-home-2.php
[edit]
[-] index.php
[edit]
[+]
woocommerce