?
| Current Path : /home/webyoo/www/zohar/site/wp-content/themes/accu/ |
| Current File : /home/webyoo/www/zohar/site/wp-content/themes/accu/footer.php |
<?php
/**
* accu_hook_content_after hook.
*
*/
do_action( 'accu_hook_content_after' );
?>
<!-- **Footer** --><?php
$fixed_class = cs_get_option( 'use-fixed-footer' );
$fixed_class = ( $fixed_class ) ? 'fixed-footer' : ''; ?>
<footer id="footer" class="<?php echo esc_attr($fixed_class); ?>"><?php
if( $fixed_class != '' )
echo '<div class="fixed-footer-container">'; ?>
<div class="container">
<?php
/**
* accu_footer hook.
*
* @hooked accu_vc_footer_template - 10
*
*/
do_action( 'accu_footer' );
?>
</div><?php
if( $fixed_class != '' )
echo '</div>'; ?>
</footer><!-- **Footer - End** -->
</div><!-- **Inner Wrapper - End** -->
</div><!-- **Wrapper - End** -->
<?php
do_action( 'accu_hook_bottom' );
wp_footer();
?>
</body>
</html>