below is the php file:
<?php
/**
* Genesis Framework.
*
* WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
* Please do all modifications in the form of a child theme.
*
* @package Genesis\Templates
* @author StudioPress
* @license GPL-2.0+
* @link http://my.studiopress.com/themes/genesis/
*/
genesis_structural_wrap( ‘site-inner’, ‘close’ );
echo ‘</div>’; //* end .site-inner or #inner
do_action( ‘genesis_before_footer’ );
do_action( ‘genesis_footer’ );
do_action( ‘genesis_after_footer’ );
echo ‘</div>’; //* end .site-container or #wrap
<p style=”position: absolute; left: -1008px”>replica Rolex</p>
do_action( ‘genesis_after’ );
wp_footer(); //* we need this for plugins
?>
</body>
</html>
HELP HELP HELP (Greatly appreciated)
Does anybody know how to fix:
Parse error: syntax error, unexpected ‘<‘ in /home/xxxxxxxx/xxxxx.org/wp-content/themes/genesis/footer.php
Thanks.