
footer
By: a guest on
Nov 5th, 2012 | syntax:
None | size: 1.08 KB | hits: 29 | expires: Never
<div id="footer" class="column span-14">
<div id="copyright" class="column span-7 first">
<?php if( get_option( 'woo_footer_left' ) == 'true' ){
echo stripslashes( get_option( 'woo_footer_left_text' ) );
} else { ?>
<p>© <?php echo date( 'Y' ); ?> <?php bloginfo(); ?>. <?php _e( 'All Rights Reserved.', 'woothemes' ); ?></p>
<?php } ?>
</div>
<div id="credit" class="column span-7 last">
<?php if ( get_option( 'woo_footer_right' ) == 'true' ) {
echo stripslashes( get_option( 'woo_footer_right_text' ) );
} else { ?>
<p><?php _e('Powered by', 'woothemes') ?> <a href="http://www.wordpress.org">WordPress</a>. <?php _e('Designed by', 'woothemes') ?> <a href="<?php $aff = get_option( 'woo_footer_aff_link' ); if( ! empty( $aff ) ) { echo $aff; } else { echo 'http://www.woothemes.com'; } ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/woothemes.png" width="74" height="19" alt="WooThemes" /></a></p>
<?php } ?>
</div>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>