ACC SHELL
<?php
/**
* @package WordPress
* @subpackage proyecto Theme
*/
$options = get_option( 'proyecto_theme_settings' );
?>
<div class="clear"></div>
<div id="footer" class="clearfix">
<div id="copyright">
© <?php echo date('Y'); ?> <?php bloginfo( 'name' ) ?> ~ Theme by <a href="http://www.wpexplorer.com/" title="WPExplorer">WPExplorer</a>
</div>
<div id="back-to-top">
<a href="#toplink"><?php _e('Nahoru', 'proyecto'); ?></a>
</div>
</div>
</div>
<!-- END wrap -->
<!-- WP Footer -->
<?php wp_footer();
?>
</body>
</html>
ACC SHELL 2018