function angularpress_do_angfooter_widgets()
{
    ?>

	<?php 
    reactor_footer_before();
    ?>
	<footer id="footer" class="site-footer" role="contentinfo">
		<?php 
    if (is_active_sidebar('sidebar-footer')) {
        ?>

			<div class="row">

				<div class="<?php 
        reactor_columns(12);
        ?>
">
					<div class="inner-footer">
						<div id="sidebar-footer" class="sidebar" role="complementary">
							<widget-footer name="sidebar-footer"></widget-footer>

						</div>
						<!-- #sidebar-footer -->
					</div>
					<!--.columns -->
				</div>
				<!-- .row -->
			</div>
		<?php 
    }
    ?>
	</footer>

	<?php 
    reactor_do_footer_content();
    reactor_footer_after();
}
Esempio n. 2
0
<?php

/**
 * The template for displaying the footer
 *
 * @package Reactor
 * @subpackge Templates
 * @since 1.0.0
 */
?>
       
        <?php 
reactor_footer_before();
?>
        
        <footer id="footer" class="site-footer" role="contentinfo">
        
        	<?php 
reactor_footer_inside();
?>
  
        </footer><!-- #footer -->
        
        <?php 
reactor_footer_after();
?>

    </div><!-- #main -->
</div><!-- #page -->

<?php