| Code:
|
<?php
if ( !defined('BLOCK_FILE') ) {
Header("Location: ../index.php"); }
$content = '<table border="0" width="100%" align="center" cellpadding="1" cellspacing="1" height="">
<tr>
<td>Icon1</td>
<td>Icon2</td>
<td>Icon3</td>
</tr>
<tr>
<td>Icon4</td>
<td>Icon5</td>
<td>Icon6</td>
</tr>
<tr>
<td>Icon7</td>
<td>Icon8</td>
<td>Icon9</td>
</tr>
</table>';
?>
|