<?php
ini_set('error_reporting', E_ALL^E_NOTICE);
?>
<?
include "ayar/ayarlar.php";
?>
<?
$sql_ana = mysql_query("select * from kategoriler WHERE yayinlansin = 'EVET' ORDER by sira ASC");
$ana = mysql_fetch_array($sql_ana);
?>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<div align="center">
<table id="table1" bordercolor="#E6CCB4" bgcolor="#FFFFFF" style="border-collapse: collapse" cellpadding="0" border="0" width="100%">
<tr>
<td colspan=2 height=1>
</td>
</tr>
<tr>
<td colspan="2">
<? do { ?>
<table>
<tr>
<td class="bod" bgcolor="#FFFFFF">
<font face="Arial" style="font-size: 9pt">
<img src="imaj/m_1.gif" width="2" height="20" vspace="0" hspace="0" border="0"></font>
</td>
</tr>
<tr>
<td class="bod" bgcolor="#FB0202" align=left width="100%">
<p style="margin-top: 3px; margin-bottom: 0">
<font color="#FFFFFF" face="Arial">
<b>
<font style="font-size: 9pt">
</font>
<a target=_parent href='kategorigoster.php?kat_id=<? echo $ana["id"] ?>'>
<font color="#FFFFFF" style="font-size: 9pt">
<? echo $ana["kat_adi"] ?></font></a><span style="font-size: 9pt">
</span></b>
</font>
</td>
</tr>
</table>
<?
}
while ( $ana = mysql_fetch_array($sql_ana) );
?>
</td>
</tr>
<tr>
<td colspan=2 height=1>
</td>
</tr>
<tr>
<td class="bod" bgcolor="#FFFFFF" colspan="2" height=2>
</td>
</tr>
</table>
</div>