Parse error: syntax error, unexpected '}' in C:\wamp\www\popups\sites\all\themes\superclean\page.tpl.php on line 61
line 59 reads:
<? if($content_top) { ?>
It should read:
if($content_top) {
Maybe just my version of PHP or something....(5.2.5)
Parse error: syntax error, unexpected '}' in C:\wamp\www\popups\sites\all\themes\superclean\page.tpl.php on line 61
line 59 reads:
<? if($content_top) { ?>
It should read:
if($content_top) {
Maybe just my version of PHP or something....(5.2.5)
Comments
Comment #1
mtsanford commenteddang it. I meant.
<?php if($content_top) { ?>Comment #2
Rob_Feature commentedOops! Fixed in the latest dev release (should post in a little bit)
Comment #3
mtsanford commentedNice theme by the way. It lives up to it's name.