Viewing File: /home/maglabs/2vsa/wp-content/themes/cargohub/footer.php

<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after
 *
 * @package CargoHub
 */
?>
			</div> <!-- .row -->
		</div> <!-- .container -->
	</div><!-- #content -->

	<?php do_action( 'cargohub_before_footer' ) ?>

	<footer id="colophon" class="site-footer">
		<?php do_action( 'cargohub_footer' ) ?>
	</footer><!-- #colophon -->

	<?php do_action( 'cargohub_after_footer' ) ?>
</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>
Back to Directory File Manager