Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 73 → Rev 74

/wp-theme-cazuela-remixed/trunk/footer.php.reference
File deleted
\ No newline at end of file
/wp-theme-cazuela-remixed/trunk/footer.php
0,0 → 1,56
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package Cazuela
* @since Cazuela 1.0
*/
?>
 
</div><!-- .inner -->
</div><!-- #main .site-main -->
 
<?php
// Before Footer theme hook callback
thsp_hook_before_footer();
?>
 
<footer id="colophon" class="site-footer" role="contentinfo">
<?php if ( is_active_sidebar( 'footer-widget-area' ) ) : ?>
<div class="inner clearfix">
<section id="footer-widget-area" class="<?php echo thsp_count_widgets( 'footer-widget-area' ); ?>">
<?php dynamic_sidebar( 'footer-widget-area' ); ?>
</section><!-- #footer-widgets -->
</div><!-- .inner -->
<?php endif; ?>
 
<div id="footer-nav" class="inner clearfix">
<?php
// Footer menu
wp_nav_menu( array(
'theme_location' => 'footer',
'container' => 'nav',
'container_class' => 'footer-navigation',
'fallback_cb' => ''
) );
?>
<div id="footer-credits">
Customized <a href="<?php echo esc_url( __( 'http://thematosoup.com/themes/cazuela/', 'cazuela' ) ); ?>" title="<?php esc_attr_e( 'Cazuela &mdash; free, responsive WordPress theme', 'cazuela' ); ?>"><?php echo __( 'Cazuela theme', 'cazuela' ); ?></a> powered by <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'cazuela' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'cazuela' ); ?>"><?php _e( 'WordPress', 'cazuela' ); ?></a>
</div><!-- #footer-credits -->
</div><!-- #footer-nav -->
 
<?php
// Before Footer theme hook callback
thsp_hook_after_footer();
?>
</footer><!-- #colophon .site-footer -->
 
</div><!-- #page .hfeed .site -->
 
<?php wp_footer(); ?>
 
</body>
</html>
/wp-theme-cazuela-remixed/trunk/upstream-templates/footer.php
38,7 → 38,7
?>
<div id="footer-credits">
Customized <a href="<?php echo esc_url( __( 'http://thematosoup.com/themes/cazuela/', 'cazuela' ) ); ?>" title="<?php esc_attr_e( 'Cazuela &mdash; free, responsive WordPress theme', 'cazuela' ); ?>"><?php echo __( 'Cazuela theme', 'cazuela' ); ?></a> powered by <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'cazuela' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'cazuela' ); ?>"><?php _e( 'WordPress', 'cazuela' ); ?></a>
<a href="<?php echo esc_url( __( 'http://thematosoup.com/themes/cazuela/', 'cazuela' ) ); ?>" title="<?php esc_attr_e( 'Cazuela &mdash; free, responsive WordPress theme', 'cazuela' ); ?>"><?php echo __( 'Cazuela theme', 'cazuela' ); ?></a> powered by <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'cazuela' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'cazuela' ); ?>"><?php _e( 'WordPress', 'cazuela' ); ?></a>
</div><!-- #footer-credits -->
</div><!-- #footer-nav -->
 
53,4 → 53,4
<?php wp_footer(); ?>
 
</body>
</html>
</html>