Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 76 → Rev 77

/wp-theme-cazuela-remixed/branches/02/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/branches/02/upstream-templates/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">
<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/branches/02/upstream-templates/.htaccess
0,0 → 1,3
Order Deny,Allow
Deny From All
 
/wp-theme-cazuela-remixed/branches/02/style.css
0,0 → 1,47
/*
Theme Name: Cazuela Remixed
Theme URI: http://outlyer.net/
Description: Modified version of Cazuela for use at outlyer.net
Author: Toni Corvera
Author URI: http://corvera.eu
Template: cazuela
Version: 1
*/
 
/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../cazuela/style.css');
 
/* =Theme customization starts here
-------------------------------------------------------------- */
 
/* Layout: Content - Primary Sidebar */
.layout-cp .content-area {
float: left;
margin: 0 -30% 0 0;
width: 100%;
}
.layout-cp #content {
margin: 0 30% 0 0;
}
.layout-cp #secondary {
float: right;
width: 26%;
}
 
img.wp-smiley {
display: inline;
}
 
pre {
font-size: 13px;
font-size: 1.3rem;
line-height: 1.3;
margin-bottom: 1.3em;
padding: 1.3em;
border: 1px solid #ddd;
}
 
#footer-credits {
font-size: 0.8em;
}
/wp-theme-cazuela-remixed/branches/02/screenshot.png
0,0 → 1,0
link ../cazuela/screenshot.png
Property changes:
Added: svn:special
+*
\ No newline at end of property