<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the id=main div and all content after
 *
 * @package WordPress
 * @subpackage Sparkle Vitae
 * @since Sparkle Vitae 1.0
 */
?>

	</div><!-- #main -->

	<footer id="colophon" role="contentinfo">
		<div id="site-generator">
			<?php do_action( 'sparkle_vitae_credits' ); ?>
			<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'sparkle-vitae' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'sparkle-vitae' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'sparkle-vitae' ), 'WordPress' ); ?></a>
			<span class="sep"> | </span>
			<?php printf( __( 'Theme: %1$s by %2$s.', 'sparkle-vitae' ), 'Sparkle Vitae', '<a href="https://wordpress.com/themes/" rel="designer">WordPress.com</a>' ); ?>
		</div>
	</footer><!-- #colophon -->
</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>