%PDF- %PDF-
| Direktori : /home/casasmonvl/landing/wp-content__cd4a429/themes/landkit/ |
| Current File : /home/casasmonvl/landing/wp-content__cd4a429/themes/landkit/footer.php |
<?php
// =============================================================================
// FOOTER.PHP
// -----------------------------------------------------------------------------
// The footer of the theme.
// This file generate the following footer types:
// 01. FOOTER BASE - framework-y.com/components/footer/footer-base.html
// 02. FOOTER PARALLAX - framework-y.com/components/footer/footer-parallax.html
// 03. FOOTER MINIMAL- framework-y.com/components/footer/footer-minimal.html
// =============================================================================
if (defined("HC_PLUGIN_PATH")) {
hc_get_footer_engine();
} else { ?>
<footer class="default-wp-footer">
<div class="content">
<div class="container">
<div><?php echo esc_attr__("Copyright ","landkit")?> <a href="<?php echo esc_url("http://socanny.com") ?>" target="_blank"><?php echo esc_attr("SoCanny")?></a><?php echo esc_attr__(". All Rights Reserved. Powered by","landkit") ?> <a href="<?php echo esc_url("http://wordpress.org") ?>" target="_blank"><?php echo esc_attr("WordPress")?></a><?php echo esc_attr__(".","landkit")?></div>
</div>
</div>
</footer>
<?php }
wp_footer();
?>
</body>
</html>