I'm experiensing some troubles with a wordpress theme right now.. This is a free theme, so there's absolutely no support on it.
I've tried modifying the template to make it look better, but i've just got into trouble so far..
Parse error: syntax error, unexpected '=' in /home/xx/public_html/xx/wp-content/themes/wordpress-themes/header.php on line 46
which is this code:
<title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
When I try to change this code, I get this error:
Parse error: syntax error, unexpected '=' in /home/xx/public_html/xx/wp-content/themes/wordpress-themes/header.php on line 46
Which is this code:
<ul><li style="border-left:none;"><a href="<?php bloginfo(‘url’); ?>/">Home</a></li><?php wp_list_pages(‘title_li=0&depth=1′); ?><li style="border-right:none;"><img src="<?php bloginfo(‘template_url’); ?>/images/0.gif" width="1" height="22" alt="<?php include (TEMPLATEPATH . "/edit-alt.txt"); ?>" /></li></ul>