?? File Manager Pro
v10.0.2 | PHP: 8.2.31
Server: LiteSpeed
2026-06-23 17:48:51
??
/
/
home
/
kaskqphv
/
angkakaskus1.com
/
wp-content
/
themes
/
frontier
??
Editing: footer.php
<?php do_action( 'frontier_after_main' ); ?> </div> <?php if ( is_active_sidebar( 'widgets_footer' ) ) : ?> <div id="footer" class="cf" <?php frontier_schema( 'footer' ); ?>> <aside id="widgets-wrap-footer" class="widget-column-<?php echo frontier_option( 'footer_widget_columns', '3' ); ?> cf"> <?php dynamic_sidebar( 'widgets_footer' ); ?> </aside> </div> <?php endif; ?> <div id="bottom-bar" class="cf" role="contentinfo"> <?php do_action( 'frontier_before_bottom_bar' ); ?> <?php if ( frontier_option( 'bottom_bar_text', get_bloginfo( 'name' ) . ' © ' . date( 'Y' ) ) ) : ?> <span id="bottom-bar-text"><?php echo frontier_option( 'bottom_bar_text', get_bloginfo( 'name' ) . ' © ' . date( 'Y' ) ); ?></span> <?php endif; ?> <?php if ( frontier_option( 'theme_link_disable', 0) == 0 ) : ?> <?php $frontier_theme_link = '<a href="' . esc_url( 'https://ronangelo.com/frontier/' ) . '">Frontier Theme</a>'; ?> <span id="theme-link"><?php echo apply_filters( 'frontier_theme_link', $frontier_theme_link ); ?></span> <?php endif; ?> <?php do_action( 'frontier_after_bottom_bar' ); ?> </div> <?php do_action( 'frontier_after_container' ); ?> </div> <?php do_action( 'frontier_after_body' ); ?> <?php wp_footer(); ?> </body> </html>
?? Save Changes
? Cancel