HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/ukpics.org.uk/public_html-20250117120744/wp-content/themes/newsmatic/footer.php
<?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 Newsmatic
 */

 if( did_action( 'elementor/loaded' ) && class_exists( 'Nekit_Render_Templates_Html' ) ) :
	$Nekit_render_templates_html = new Nekit_Render_Templates_Html();
	if( $Nekit_render_templates_html->is_template_available('footer') ) {
		$footer_rendered = true;
		echo $Nekit_render_templates_html->current_builder_template();
	} else {
		$footer_rendered = false;
	}
else :
	$footer_rendered = false;
endif;

if( ! $footer_rendered ) :
 /**
  * hook - newsmatic_before_footer_section
  * 
  */
  do_action( 'newsmatic_before_footer_section' );
?>
	<footer id="colophon" class="site-footer dark_bk">
		<?php
			/**
			 * Function - newsmatic_footer_sections_html
			 * 
			 * @since 1.0.0
			 * 
			 */
			newsmatic_footer_sections_html();

			/**
			 * Function - newsmatic_bottom_footer_sections_html
			 * 
			 * @since 1.0.0
			 * 
			 */
			newsmatic_bottom_footer_sections_html();
		?>
	</footer><!-- #colophon -->
	<?php
		/**
		* hook - newsmatic_after_footer_hook
		*
		* @hooked - newsmatic_scroll_to_top
		*
		*/
		if( has_action( 'newsmatic_after_footer_hook' ) ) {
			do_action( 'newsmatic_after_footer_hook' );
		}
endif;
?>
</div><!-- #page -->

<?php wp_footer(); ?>
</body>
</html>