PATH:
home
/
ptadmin
/
public_html
/
wp-content
/
themes
/
popularfx
<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package PopularFX */ $footer_text = get_theme_mod('popularfx_footer_text'); ?> <footer id="colophon" class="site-footer"> <div class="site-info"> <?php if(empty($footer_text)){ ?> <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'popularfx' ) ); ?>"> <?php /* translators: %s: CMS name, i.e. WordPress. */ printf( esc_html__( 'Proudly powered by %s', 'popularfx' ), 'WordPress' ); ?> </a> <span class="sep"> | </span> <?php /* translators: 1: Theme name, 2: Theme author. */ printf( popularfx_theme_credits() ); ?> <?php }else{ echo wp_kses($footer_text, 'post'); } ?> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>
[-] archive.php
[edit]
[-] search.php
[edit]
[-] sidebar.css
[edit]
[-] customizer.css
[edit]
[-] woocommerce-rtl.css
[edit]
[-] style.css
[edit]
[-] woocommerce.css
[edit]
[-] screenshot.jpg
[edit]
[-] header.php
[edit]
[-] error_log
[edit]
[-] comments.php
[edit]
[-] index.php
[edit]
[-] LICENSE
[edit]
[+]
inc
[+]
languages
[+]
js
[-] readme.txt
[edit]
[-] README.md
[edit]
[+]
..
[-] 404.php
[edit]
[+]
template-parts
[-] sidebar.php
[edit]
[-] page.php
[edit]
[-] footer.php
[edit]
[-] functions.php
[edit]
[-] single.php
[edit]
[-] style-rtl.css
[edit]
[+]
images