Exemplo n.º 1
0
?>
		<div class="spacer-10"></div>
		<?php 
wp_nav_menu(array('container' => 'nav', 'container_class' => 'footernav', 'theme_location' => 'footer', 'fallback_cb' => false, 'depth' => 1));
?>
		<div class="credit">
			<?php 
if (isset($ap_options['footer']) && $ap_options['footer'] != '') {
    echo wp_kses_post(stripcslashes($ap_options['footer']));
} else {
    echo wp_kses_post($ap_defaults['footer']);
}
?>
		</div>
		<?php 
tha_footer_bottom();
?>
	</footer>
	<?php 
tha_footer_after();
?>

</div><!-- closes .container -->

<?php 
tha_body_bottom();
wp_footer();
?>
</body>
</html>
Exemplo n.º 2
0
function fastfood_hook_footer_bottom()
{
    do_action('fastfood_hook_footer_bottom');
    tha_footer_bottom();
}
Exemplo n.º 3
0
function wallow_hook_footer_bottom()
{
    do_action('wallow_hook_footer_bottom');
    tha_footer_bottom();
}
Exemplo n.º 4
0
/**
 * Highwind footer action
 * @since 1.0
 */
function highwind_footer()
{
    tha_footer_top();
    do_action('highwind_footer');
    tha_footer_bottom();
}
Exemplo n.º 5
0
/**
 * Just before closing </div><!-- end of #footer -->
 *
 * @see footer.php
 */
function responsive_footer_bottom()
{
    do_action('responsive_footer_bottom');
    tha_footer_bottom();
}
Exemplo n.º 6
0
function shiword_hook_footer_bottom()
{
    do_action('shiword_hook_footer_bottom');
    tha_footer_bottom();
}