Your IP : 216.73.216.95


Current Path : /var/test/www/ooareogundevinitiative/wp-content/themes/pain/framework/footers/
Upload File :
Current File : /var/test/www/ooareogundevinitiative/wp-content/themes/pain/framework/footers/footer-v1.php

<?php 
/**
 * Layout Name: Footer Default
 * Preview Image: /assets/images/footers/footer-v1.jpg
 */
?>
		<footer id="jw_footer" class="jw-footer">
			<!-- Start Footer Top -->
			<div class="jw-footer-top">
				<div class="container">
					<div class="row">
						<!-- Start Footer Sidebar Top 1 -->
						<?php if (is_active_sidebar("jwstheme-footer-top-widget")) { ?>
							<div class="col-sm-6 col-md-3 col-lg-3">
								<?php dynamic_sidebar("jwstheme-footer-top-widget"); ?>
							</div>
						<?php } ?>
						<!-- End Footer Sidebar Top 1 -->
						<!-- Start Footer Sidebar Top 2 -->
						<?php if (is_active_sidebar("jwstheme-footer-top-widget-2")) { ?>
							<div class="col-sm-6 col-md-3 col-lg-3">
								<?php dynamic_sidebar("jwstheme-footer-top-widget-2"); ?>
							</div>
						<?php } ?>
						<!-- End Footer Sidebar Top 2 -->
						<!-- Start Footer Sidebar Top 3 -->
						<?php if (is_active_sidebar("jwstheme-footer-top-widget-3")) { ?>
						<div class="col-sm-6 col-md-3 col-lg-3">
							<?php dynamic_sidebar("jwstheme-footer-top-widget-3"); ?>
						</div>
						<?php } ?>
						<!-- End Footer Sidebar Top 3 -->
						<!-- Start Footer Sidebar Top 4 -->
						<?php if (is_active_sidebar("jwstheme-footer-top-widget-4")) { ?>
						<div class="col-sm-6 col-md-3 col-lg-3">
							<?php dynamic_sidebar("jwstheme-footer-top-widget-4"); ?>
						</div>
						<?php } ?>
						<!-- End Footer Sidebar Top 4 -->
					</div>
				</div>
			</div>
			<!-- End Footer Top -->
			<!-- Start Footer Bottom -->
			<div class="jw-footer-bottom">
				<div class="container">
					<div class="row">
						<?php if (is_active_sidebar("jwstheme-footer-bottom-widget")) { ?>
							<div class="col-md-12">
								<?php dynamic_sidebar("jwstheme-footer-bottom-widget"); ?>
							</div>
						<?php } ?>
					</div>
				</div>
			</div>
			<!-- End Footer Bottom -->
		</footer>
	</div><!-- #wrap -->
	<div id="jw-backtop"><i class="fa fa-arrow-up"></i></div>