Parse error: syntax error, unexpected T_STRING in /home/content/70/11312870/html/templates/shaper_crux/index.php on line 15
<?php/*---------------------------------------------------------------
# Package - Joomla Template based on Helix Framework
# ---------------------------------------------------------------
# Template Name - Shaper Crux
# Template Version 1.0.0
# ---------------------------------------------------------------
# Author - JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2012 JoomShaper.com. All Rights Reserved.
# license - PHP files are licensed under GNU/GPL V2
# license - CSS - JS - IMAGE files are Copyrighted material
# Websites: http://www.joomshaper.com
-----------------------------------------------------------------*/
//no direct accees
defined ('_JEXEC') or die ('resticted aceess');
require_once(dirname(__FILE__).DS.'lib'.DS.'helix.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language;?>" >
<head>
<meta name="viewport" content="width=device-width" />
<?php
$helix->loadHead();
$helix->addCSS('template.css,joomla.css,custom.css,modules.css,typography.css,css3.css,mobile.css');
if (JRequest::getVar('option')=='com_virtuemart') $helix->addCSS('vmsite.css');//virtuemart css
if ($helix->isRTL()) $helix->addCSS('template_rtl.css');
$helix->getStyle();
?>
</head>
<?php $helix->addFeatures('ie6warn,lazyload'); ?>
<body class="bg <?php echo $helix->direction . ' ' . $helix->style ?> clearfix">
<div class="sp-wrap clearfix">
<div class="sp-inner clearfix">
<?php $helix->addFeatures('toppanel'); ?>
<div class="header_l">
<div class="header_r">
<div id="header" class="clearfix">
<?php $helix->addFeatures('logo,my_account,mobile') ?>
<div class="clear_right"></div>
<?php $helix->addModules("search"

<?php $helix->addFeatures('hornav') //Main navigation ?>
</div>
</div>
</div>
<div class="header_b"></div>
<?php $helix->addModules('top1, top2, top3, top4', 'sp_none', 'sp-toppos', '15,13,45,27'); //positions top1-top4 ?>
<?php $helix->addModules("slides"

<?php $helix->addModules("ticker"

<?php $helix->addModules("toptabs"

</div>
<?php $helix->addModules('user1, user2, user3, user4, user5, user6', 'sp_xhtml', 'sp-userpos', '', true); //positions user1-user6 ?>
<div class="clearfix">
<?php $helix->loadLayout(); //mainbody ?>
</div>
<?php $helix->addModules('bottom1, bottom2, bottom3, bottom4, bottom5, bottom6', 'sp_flat', 'sp-bottom', '',true) //positions bottom1-bottom6 ?>
<div class="footer-top"></div>
<div class="sp-footer-l">
<div class="sp-footer-r">
<div id="sp-footer" class="clearfix">
<div class="sp-inner sp-relative">
<?php $helix->addFeatures('helixlogo'); /*--- Helix logo ---*/?>
<?php $helix->addFeatures('totop') ?>
<?php $helix->addModules("footer-nav"

<div class="cp">
</div>
</div>
</div>
</div>
</div>
</div>
<?php $helix->addFeatures('analytics,jquery,ieonly'); /*--- analytics, jquery and ieonly features ---*/?>
<?php $helix->compress(); /* --- Compress CSS and JS files --- */ ?>
<?php $helix->getFonts() /*--- Standard and Google Fonts ---*/?>
<jdoc:include type="modules" name="debug" />
</body>
</html>
EDIT:
Well i managed to get it back up and running. But i had to delete this
/*---------------------------------------------------------------
# Package - Joomla Template based on Helix Framework
# ---------------------------------------------------------------
# Template Name - Shaper Crux
# Template Version 1.0.0
# ---------------------------------------------------------------
# Author - JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2012 JoomShaper.com. All Rights Reserved.
# license - PHP files are licensed under GNU/GPL V2
# license - CSS - JS - IMAGE files are Copyrighted material
# Websites: http://www.joomshaper.com
-----------------------------------------------------------------*/
The site is just being worked on still to get it to be an operational website. I would like some advice to make a Hyperlink to give credit to Joomshaper but i want to be able to edit this footer in my own way. Anyone got any advice?