File: /home/nakedfoamlojoweb/public_html/wp-content/themes/lojo-theme/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package _tl
*/
?>
</div><!-- close .*-inner (main-content or sidebar, depending if sidebar is used) -->
</div><!-- close .row -->
</div><!-- close .container -->
</div><!-- close .main-content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<?php // substitute the class "container-fluid" below if you want a wider content area ?>
<div class="container">
<div class="row">
<div class="site-footer-inner col-sm-12">
<div class="site-info">
<?php do_action( '_tl_credits' ); ?>
<a href="http://wordpress.org/" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', '_tl' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', '_tl' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<a class="credits" href="http://lojomarketing.com/" target="_blank" title="Themes and Plugins developed by LOJO" alt="Themes and Plugins developed by LOJO"><?php _e('Themes and Plugins developed by LOJO.','_tl') ?> </a>
</div><!-- close .site-info -->
</div>
</div>
</div><!-- close .container -->
</footer><!-- close #colophon -->
<?php wp_footer(); ?>
<?php echo of_get_option('footer_script'); ?>
</body>
</html>