HEX
Server: LiteSpeed
System: Linux Angkanet 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64
User: webpa4002 (1011)
PHP: 8.2.15
Disabled: NONE
Upload Files
File: /home/web.paitoan.com/public_html/wp-content/themes/frontier/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' ) . ' &copy; ' . date( 'Y' ) ) ) : ?>
		<span id="bottom-bar-text"><?php echo frontier_option( 'bottom_bar_text', get_bloginfo( 'name' ) . ' &copy; ' . 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>