i added this code to my index.php (joomla ja-purity file 1.5)
<?php if($this->countModules('user6')) : ?>
<table class="nopad user6user7">
<tr valign="top">
<?php if($this->countModules('user6')) : ?>
<td>
<jdoc:include type="modules" name="user6" style="xhtml" />
</td>
<?php endif; ?>
<?php if ($this->countModules('user6') and $this->countModules('user7')) : ?>
<td class="greyline"> </td>
<?php endif; ?>
<?php if ($this->countModules('user7')) : ?>
<td>
<td>
<jdoc:include type="modules" name="position-7" style="xhtml" />
</td>
<?php endif; ?>
i got this error
Parse error: syntax error, unexpected $end in ------------------ on line 293
what could be the issue
anyone knows how to fix it.
thanks all