<?php
/*****************************************************************************
** File : list_categories.php **
** Author : G.Ramkumar **
** Description : left navigation menus and themes **
** Date : 14/07/2005 **
** Last Modified : 02/08/2005 **
** PHP Version : 5.0.3 **
*****************************************************************************/
session_start();
include('header.php');
?>
<tr>
<td width="180" align="left" valign="top">
<?include("list_categories.php")?>
</td>
<td width="600" align="left" valign="top">
<table width="100%" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" class="bgybluewolineCopy" height="17"> <span class="cont_co"><?=$your_?> :</span><a class="contlink" href="http://www.belgium.be/eportal/application?languageParameter=<?=$lang?>"><?=$home_?></a> <img src="images/arrow.gif"><span class="cont_co">Feeds</span></td>
</tr>
</table>
<table cellpadding="0" width="100%" align="center" cellspacing="3" border="0">
<tr>
<td valign="middle" class="heading5" height="25">Feeds</td>
</tr>
<tr>
<td align="center"><?include('list_channels_qry.php');?></td>
</tr>
</table>
</td>
<td width="187" align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" class="bgybluewolineCopy" height="19"></td> </tr>
</table>
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="3">
<tr>
<td align="left" valign="middle"> <?include('readalso.php')?></td>
</tr>
</table>
</td>
</tr>
<?
include('footer.php');
?>