|
|
|
|
|
|
|
if(($tid=='') or ($mid=='')){
if(($hid=='') and ($mid=='') and ($tid==''))
{
?>
}?>
if(($hid=='') and ($mid=='') and ($tid==''))
{ include 'main.php'; }
else
{
if(!$hid==''){ include 'haber.php'; }
else
{ include 'menu.php'; }
}
?>
|
}else{
?>
if(($hid=='') and ($mid=='') and ($tid==''))
{ include 'main.php'; }
else
{
if(!$hid==''){ include 'haber.php'; }
else
{ include 'menu.php'; }
}
?>
}?> |
|
|
|
|
|
|