ok i got this
this is only part of code but this is the onl part it is gaging on
$page_title = pun_htmlspecialchars($pun_config['o_board_title']).' / '.$lang_search['Downloads'];
$focus_element = array('search', 'keywords');
require PUN_ROOT.'header.php';
?>
<div id="searchform" class="blockform">
<div id="vf" class="blocktable">
<h2><span>Downloads</span></h2>
<div class="box">
<div class="inbox">
<table cellspacing="0">
<thead>
<tr>
<th class="tca" scope="col"><p align="left">File</p></th>
<th class="tcl" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tca"><a href="link">test</a></td>
<td class="tcl">discription</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div id="brdfooter" class="block">
<h2><span>Board footer</span></h2>
</select>
</label>
</form>
</div>
</div>
<?php
require PUN_ROOT.'footer.php';
and i get this error
http://img179.exs.cx/my.php?loc=img179& … ror3jt.png
help please