Closed (fixed)
Project:
SuperClean
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2009 at 05:01 UTC
Updated:
11 Feb 2009 at 19:50 UTC
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.