Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/tienda/wp-content/themes/kossy/footer.php
Назад
<?php /** * The template for displaying the footer * * Contains the closing of the "site-content" div and all content after. * * @package WordPress * @subpackage Kossy * @since Kossy 1.0 */ $footer = apply_filters( 'kossy_get_footer_layout', 'default' ); $show_footer_desktop_mobile = kossy_get_config('show_footer_desktop_mobile', false); $show_footer_mobile = kossy_get_config('show_footer_mobile', true); ?> </div><!-- .site-content --> <?php if ( !empty($footer) ): ?> <?php kossy_display_footer_builder($footer); ?> <?php else: ?> <footer id="apus-footer" class="apus-footer <?php echo esc_attr(!$show_footer_desktop_mobile ? 'hidden-xs hidden-sm' : ''); ?>" role="contentinfo"> <div class="footer-default"> <div class="apus-footer-inner"> <div class="apus-copyright"> <div class="container"> <div class="copyright-content clearfix"> <div class="text-copyright pull-right"> <?php $allowed_html_array = array( 'a' => array('href' => array()) ); echo wp_kses(__('© 2018 - Kossy. All Rights Reserved. <br/> Powered by <a href="//apusthemes.com">ApusThemes</a>', 'kossy'), $allowed_html_array); ?> </div> </div> </div> </div> </div> </div> </footer><!-- .site-footer --> <?php endif; ?> <?php if ( kossy_get_config('back_to_top') ) { ?> <a href="#" id="back-to-top" class="add-fix-top"> <i class="fa fa-angle-up" aria-hidden="true"></i> </a> <?php } ?> <?php if ( $show_footer_mobile ) { get_template_part( 'footer-mobile' ); } ?> </div><!-- .site --> <?php wp_footer(); ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка