PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
page-templates
<?php $copyright = besa_tbay_get_config('copyright_text', ''); ?> <?php if ( is_active_sidebar( 'footer' ) ) : ?> <div class="footer"> <div class="container"> <div class="row"> <?php dynamic_sidebar( 'footer' ); ?> </div> </div> </div> <?php endif; ?> <?php if( !empty($copyright) ) : ?> <div class="tbay-copyright"> <div class="container"> <div class="copyright-content"> <div class="text-copyright text-center"> <?php echo trim($copyright); ?> </div> </div> </div> </div> <?php else: ?> <div class="tbay-copyright"> <div class="container"> <div class="copyright-content"> <div class="text-copyright text-center"> <?php $allowed_html_array = array( 'a' => array('href' => array() ) ); echo wp_kses(__('Copyright © 2019 - besa. All Rights Reserved. <br/> Powered by <a href="//thembay.com">ThemBay</a>', 'besa'), $allowed_html_array); ?> </div> </div> </div> </div> <?php endif; ?>
[+]
..
[-] header.php
[edit]
[-] .page-templates.php
[edit]
[+]
parts
[-] footer-default.php
[edit]
[-] header-default.php
[edit]
[+]
posts
[-] footer.php
[edit]