I can't modify my post

anyway, here's the full code for the page.
<?php
// @copyright Copyright (C) 2008 - 2009 IceTheme. All Rights Reserved
// @license Copyrighted Commercial Software
// @author IceTheme (icetheme.com)
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
// Include PHP files to the template
include_once(JPATH_ROOT . "/templates/" . $this->template . '/icetools/default.php');
include_once(JPATH_ROOT . "/templates/" . $this->template . '/icetools/switcher.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php if ($this->direction == 'rtl' or $Lang_Direction == "rtl") : ?>rtl<?php elseif ($this->direction == 'ltr' or $Lang_Direction == "ltr") : ?>ltr<?php endif; ?>" class="<?php echo IceTemplateHelper:: cssBrowserSelector() ?>">
<head>
<jdoc:include type="head" />
<?php
// Include CSS variables
include_once(JPATH_ROOT . "/templates/" . $this->template . '/css_vars.php');
?>
</head>
<body class="<?php echo IceTemplateHelper::renderClassUserTools();?>">
<!-- Accessibility -->
<ol id="accessibility">
<li><a href="#main-nav_wrap">Skip to Menu</a></li>
<li><a href="#content">Skip to Content</a></li>
<li><a href="#footer" >Skip to Footer></a></li>
</ol><!-- Accessibility -->
<!-- Site Wrapper -->
<div id="site_wrapper">
<!-- Header -->
<div id="header">
<div class="wrapper">
<?php if ($this->countModules('logo')) { ?>
<div class="floatleft" id="logo">
<jdoc:include type="modules" name="logo" />
</div>
<?php } ?>
<?php if ($this->countModules('banner')) { ?>
<div class="float" id="banner">
<jdoc:include type="modules" name="banner" />
</div>
<?php } ?>
<?php if($this->params->get('showdate')) : ?>
<div class="floatright" id="icedate">
<?php echo JHTML::_('date', 'now', JText::_('DATE_FORMAT_LC')) ?>
</div>
<?php endif; ?>
<?php if ($this->countModules('topmenu')) { ?>
<div class="floatright" id="topmenu">
<jdoc:include type="modules" name="topmenu" />
</div>
<?php } ?>
<?php if ($this->countModules('search')) { ?>
<div class="floatright" id="searcharea">
<jdoc:include type="modules" name="search" />
</div>
<?php } ?>
</div>
</div><!-- Header -->
<?php if ($this->countModules('mainmenu')) { ?>
<!-- Main Nav -->
<div id="nav-wrapper">
<div class="wrapper">
<div id="nav_container">
<jdoc:include type="modules" name="mainmenu" />
</div>
</div>
</div><!-- Main Nav -->
<?php } ?>
<!-- Content -->
<div id="content">
<div id="content-box_t"></div>
<div id="content-box_b">
<div id="content-box_container" class="clearfix">
<?php if ($this->countModules('breadcrumb')) { ?>
<div id="breadcrumb">
<jdoc:include type="modules" name="breadcrumb" />
</div>
<?php } ?>
<?php if ($this->countModules('icetabs')) { ?>
<!-- IceTabs -->
<div id="icetabs" class="clearfix">
<jdoc:include type="modules" name="icetabs" />
</div><!-- IceTabs -->
<?php } ?>
<?php if ($this->countModules('promo1 + promo2 + promo3')) { ?>
<!-- Promo -->
<div id="promo" class="clearfix">
<?php if ($this->countModules('promo1')) { ?>
<div class="<?php echo $promomodulewidth; ?> <?php echo $promomodsep1; ?> floatleft">
<jdoc:include type="modules" name="promo1" style="block" />
</div>
<?php } ?>
<?php if ($this->countModules('promo2')) { ?>
<div class="<?php echo $promomodulewidth; ?> <?php echo $promomodsep2; ?> floatleft">
<jdoc:include type="modules" name="promo2" style="block" />
</div>
<?php } ?>
<?php if ($this->countModules('promo3')) { ?>
<div class="<?php echo $promomodulewidth; ?> <?php echo $promomodsep3; ?> floatleft">
<jdoc:include type="modules" name="promo3" style="block" />
</div>
<?php } ?>
</div><!-- Promo -->
<?php } ?>
<!-- Columns Container -->
<div id="columns-container">
<div id="outer-column-container">
<div id="inner-column-container" class="clearfix">
<div id="source-order-container">
<!-- Middle Column -->
<div id="middle-column">
<div class="inside">
<jdoc:include type="message" />
<jdoc:include type="component" />
</div>
</div><!-- Middle Column -->
<?php if ($this->countModules('left')) { ?>
<!-- Left Column -->
<div id="left-column">
<div class="inside">
<jdoc:include type="modules" name="left" style="colmodule" />
</div>
</div> <!-- Left Column -->
<div class="clear-columns"></div>
<?php } ?>
</div><!-- Source Order Container -->
<?php if ($this->countModules('right')) { ?>
<!-- Right Column -->
<div id="right-column">
<div class="inside">
<jdoc:include type="modules" name="right" style="colmodule" />
</div>
</div><!-- Right Column -->
<div class="clear-columns"></div>
<?php } ?>
</div>
</div>
</div><!-- Columns Container -->
<?php if ($this->countModules('bottom1 + bottom2 + bottom3')) { ?>
<!-- Bottom -->
<div id="bottom" class="clearfix">
<?php if ($this->countModules('bottom1')) { ?>
<div class="<?php echo $botmodwidth; ?> <?php echo $botmodsep1; ?> floatleft">
<jdoc:include type="modules" name="bottom1" style="block" />
</div>
<?php } ?>
<?php if ($this->countModules('bottom2')) { ?>
<div class="<?php echo $botmodwidth; ?> <?php echo $botmodsep2; ?> floatleft">
<jdoc:include type="modules" name="bottom2" style="block" />
</div>
<?php } ?>
<?php if ($this->countModules('bottom3')) { ?>
<div class="<?php echo $botmodwidth; ?> floatleft">
<jdoc:include type="modules" name="bottom3" style="block" />
</div>
<?php } ?>
</div>
<!-- Bottom -->
<?php } ?>
</div>
</div>
</div>
<!-- Content -->
<?php if ($this->countModules('footer1 + footer2 + footer3 + footer4 + footer + footermenu') or $this->params->get('icelogo')) : ?>
<!-- Foooter -->
<div id="footer">
<div class="wrapper">
<?php if ($this->countModules('footer1 + footer2 + footer3 + footer4')) { ?>
<div class="moduleswrap">
<?php if ($this->countModules('footer1')) { ?>
<div class="<?php echo $footermodulewidth; ?> <?php echo $footermodsep1; ?> floatleft fixmodule">
<jdoc:include type="modules" name="footer1" style="footer" />
</div>
<?php } ?>
<?php if ($this->countModules('footer2')) { ?>
<div class="<?php echo $footermodulewidth; ?> <?php echo $footermodsep2; ?> floatleft fixmodule">
<jdoc:include type="modules" name="footer2" style="footer" />
</div>
<?php } ?>
<?php if ($this->countModules('footer3')) { ?>
<div class="<?php echo $footermodulewidth; ?> <?php echo $footermodsep3; ?> floatleft fixmodule">
<jdoc:include type="modules" name="footer3" style="footer" />
</div>
<?php } ?>
<?php if ($this->countModules('footer4')) { ?>
<div class="<?php echo $footermodulewidth; ?> floatleft fixmodule">
<jdoc:include type="modules" name="footer4" style="footer" />
</div>
<?php } ?>
</div>
<?php } ?>
<?php if ($this->countModules('footer + footermenu') or $this->params->get('icelogo')) : ?>
<!-- Copyright -->
<div id="copyright">
<?php if($this->params->get('icelogo')) { ?>
<p id="icelogo" class="floatleft"><a href="http://www.icetheme.com"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/icetheme.png" alt="<?php echo JText::_("ICETHEMECOPY");?>" /></a></p>
<?php } ?>
<?php if ($this->countModules('footer')) { ?>
<div id="copytext" class="floatleft">
<jdoc:include type="modules" name="footer" />
</div>
<?php } ?>
<?php if ($this->countModules('footermenu')) { ?>
<div id="footermenu" class="floatright">
<jdoc:include type="modules" name="footermenu" />
</div>
<?php } ?>
</div><!-- Copyright -->
<?php endif; ?>
</div>
</div><!-- Foooter -->
<?php endif; ?>
</div><!-- Site Wrapper -->
<?php if( $this->params->get('usertools',1) ): ?>
<?php echo IceTemplateHelper::renderPanelUserTool( '', 'top' ); ?>
<?php endif; ?>
</body>
</html>