I get this error
Parse error: syntax error, unexpected ‘<‘, expecting end of file in /storage/h10/752/1408752/public_html/wp-content/themes/create/header.php on line 70
when i put this line
<?php
 echo do_shortcode ( ‘[smartslider3 slider=2]’ );
 ?>
 in here
/**
	 * create_after_header hook
	 *
	 * @hooked create_slider – 10
	 */
	do_action( ‘create_after_header’ );
<?php
 echo do_shortcode ( ‘[smartslider3 slider=2]’ );
 ?>
 in the header.php
Regards
bl