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

<? 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);


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

georged
 
pixelsgeek replied on at Permalink Reply
pixelsgeek
Hello,
Try replacing the first two lines of your code by 2 lines of code below:

<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
<?php $this->inc('elements/header.php'); ?>
Mnkras replied on at Permalink Reply
Mnkras
that shouldn't matter, he already has short tags on, the file looks fine, what version of c5 are you using?
georged replied on at Permalink Reply
georged
i'm using the latest version, i only just downloaded it a couple of days ago
mstiller replied on at Permalink Reply
Same error message here btw. Fresh install. 5.5.2.1.