Orange_sunset theme
Permalink
Sorry about this as it maybe a newbie question.
I have applied the above theme and now getting "Parse error: syntax error, unexpected $end in C:\xampp\xampplite\htdocs\c2.dev\packages\theme_orange_sunset\themes\orange_sunset\default.php on line 94".
I've checked it but cant see where its going wrong.
Here is the code from the default.php page
Line 94 is blank.
I have tried to reinstall it but does the same.
If not is there a way of getting concrete5 to change it manually?
Thanks
I have applied the above theme and now getting "Parse error: syntax error, unexpected $end in C:\xampp\xampplite\htdocs\c2.dev\packages\theme_orange_sunset\themes\orange_sunset\default.php on line 94".
I've checked it but cant see where its going wrong.
Here is the code from the default.php page
<? defined('C5_EXECUTE') or die(_("Access Denied.")); ?> <? $this->inc('elements/header.php'); ?> <div id="links"> <!-- **** INSERT LINKS HERE **** --> <?php $a = new Area('Top Promotion Area'); $a->display($c); ?> </div> <div id="logo"><h1><?=SITE?></h1></div> <div id="content"> <div id="menu"> <?php $a = new Area('Header Nav'); $a->display($c);
Viewing 15 lines of 91 lines. View entire code block.
Line 94 is blank.
I have tried to reinstall it but does the same.
If not is there a way of getting concrete5 to change it manually?
Thanks
that shouldn't matter, he already has short tags on, the file looks fine, what version of c5 are you using?
i'm using the latest version, i only just downloaded it a couple of days ago
Same error message here btw. Fresh install. 5.5.2.1.
Try replacing the first two lines of your code by 2 lines of code below: