Просмотр файла web/foot.php

Размер файла: 526B
<?
if ($_SERVER['PHP_SELF']=='/index.php')
{
include_once H.'style/themes/'.$set['set_them'].'/news.php';
include_once H.'style/themes/'.$set['set_them'].'/main.php';
}
else
{
?>
</td>
<tr>
<td class='m3'>

</td>
</tr>
</table>
<?
}

?>

</td>
<td class='table_right'>
<?
include_once H.'style/themes/'.$set['set_them'].'/aut.php';
?>
</td></tr>
<tr>
<td width='100%' colspan='3'>

</td>
</tr>
</table>

<?
include_once H.'style/themes/'.$set['set_them'].'/bottom.php';
?>
</body>
</html>