Sha256: fccc8126aa008781ae1dc8f7413fb7394d6a90337d1ebddded4c42a1617042c7

Contents?: true

Size: 846 Bytes

Versions: 2

Compression:

Stored size: 846 Bytes

Contents

<?php
/**
 * The default template for displaying footer
 *
 * @category  Theme
 * @package   [foundation]
 * @author    [Your Name]
 * @copyright 2012 [Your Name]
 */
?>
				</div>
				<?php get_sidebar(); ?>
			</section>
		</div>
		<footer class="footer twelve mobile-four columns" role="contentinfo">
			<?php do_action( 'foundation_footer' ); ?>
			<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'foundation' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'foundation' ); ?>"><?php printf( __( 'Proudly powered by %s', 'foundation' ), 'WordPress' ); ?></a>
		</footer>
	</div>
<?php
	/* Always have wp_footer() just before the closing </body>
	 * tag of your theme, or you will break many plugins, which
	 * generally use this hook to reference JavaScript files.
	 */

	wp_footer();
?>
	</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wordpress-starter-0.3 templates/foundation/footer.php
wordpress-starter-0.2 templates/foundation/footer.php