Path : /home/vishqocm/middleeastoday.com/wp-content/themes/digiqole/
File Upload :
Current File : /home/vishqocm/middleeastoday.com/wp-content/themes/digiqole/footer.php

<?php

if(!class_exists('CSF')) {

	get_template_part('template-parts/footer/footer', 'style-1');

} else {

	$style = digiqole_option("footer_style");

	if(is_array($style)) {

		if(array_key_exists("style", $style)) {
			$style = $style["style"] == '' ? 'style-1' : $style["style"];
		}

	} else {

		$style = "style-1";

	}

	get_template_part('template-parts/footer/footer', $style);
}


?>
</div>

<?php wp_footer(); ?>

</body>
</html>