forked from Codeinwp/constructzine-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
54 lines (49 loc) · 2.62 KB
/
footer.php
1
<?php/** The template for displaying Footer.** @package ThemeIsle*/?><footer class="cf"> <div class="inner cf"> <div class="about-us"> <?php if ( get_theme_mod( 'ti_footer_aboutus_title',__('About us','constructzine-lite' )) ) { echo '<h3>' . esc_attr(get_theme_mod( 'ti_footer_aboutus_title' )) . '</h3>'; } ?> <?php if ( get_theme_mod( 'ti_footer_aboutus_content','Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non.' ) ) { echo '<p>' . esc_attr(get_theme_mod( 'ti_footer_aboutus_content','Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non.' )) . '</p>'; } ?> </div> <div class="contact-us"> <?php if ( get_theme_mod( 'ti_footer_contactus_title','Contact us' ) ) { echo '<h3>' . esc_attr(get_theme_mod( 'ti_footer_contactus_title','Contact us' )) . '</h3>'; } if ( get_theme_mod( 'ti_footer_contactus_content','<p>Romania, Bucuresti<br>Str. Fainari, Nr. 24B</p><p>Tel: (+4) 0721000777<br>E-mail: [email protected]</p>' ) ) { echo '<p>' . get_theme_mod( 'ti_footer_contactus_content','<p>Romania, Bucuresti<br>Str. Fainari, Nr. 24B</p><p>Tel: (+4) 0721000777<br>E-mail: [email protected]</p>' ) . '</p>'; } ?> </div> <div class="directions"> <?php if ( get_theme_mod( 'ti_footer_map_title','Map' ) ) { echo '<h3>' . esc_attr(get_theme_mod( 'ti_footer_map_title','Map' )) . '</h3>'; } if ( get_theme_mod( 'ti_footer_map_iframe','<iframe src="https://www.google.com/maps/embed?q=Bucharest" width="600" height="450" frameborder="0" style="border:0"></iframe>' ) ) { echo get_theme_mod( 'ti_footer_map_iframe','<iframe src="https://www.google.com/maps/embed?q=Bucharest" width="600" height="450" frameborder="0" style="border:0"></iframe>' ); } ?> <div class="constructzine-lite-copyright"> <a href="https://themeisle.com/themes/constructzine-lite/" target="_blank" rel="nofollow">Constructzine Lite </a><?php _e('powered by','constructzine-lite'); ?><a href="https://themeisle.com/themes/constructzine-lite/" target="_blank" rel="nofollow">WordPress</a> </div> </div> </div> <?php wp_footer(); ?></footer></body></html>