Parse error: syntax error, unexpected T_STRING
-
Hello.
I was fumbling around in my sidebar.php, and out of the blue it was fucked up (a)Anyway, my error looks like this:
Parse error: syntax error, unexpected T_STRING, expecting ‘(‘ in /home/a9872283/public_html/wp-content/themes/absynthe/sidebar.php on line 2My sidebar.php looks like this:
<div id=”sidebar”>
<?php if function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?><div class=”main”>
<div class=”middle”>
<div class=”bottom”>
<h2>Categories</h2>-
<? wp_list_cats(); ?>
</div>
</div>
</div><? endif; ?>
</div>
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
The topic ‘Parse error: syntax error, unexpected T_STRING’ is closed to new replies.