<?php
/*******************************************************************************
** File : Footer.php **
** Author : G.Ramkumar **
** Description : including Html Footer designs **
** **
** **
** Date : 14/07/2005 **
** Last Modified : 02/08/2005 **
** PHP Version : 5.0.3 **
** **
*******************************************************************************/
$foot_qry_="select * from static where position='Bottom' and language='$lang' order by version asc";
$foot_res=$pg_sql->query_pass($foot_qry_,"4");
for($fi=0;$fi<count($foot_res);$fi++)
{
$id=$foot_res[$fi][page_id];
$tit_=trim($foot_res[$fi][title]);
$foot_title .="<a href='static.php?id=".$id."&lang=".$lang."' class='footlink' title='".$tit_."'>".$tit_."</a>";
if($fi<count($foot_res)-1)
//$foot_title .="<span class='cont'>|</span>";
$foot_title .=" <img src='images/itemspliter.gif' width='3' height='9'> ";
}
//$foot=rtrim($foot_title,"<span class='cont'>|</span>");
?>
</td>
</tr>
<tr>
<td height="1" class="fedsep"><img width="1" height="1" alt="" src="images/opt.gif"></td>
</tr>
<tr>
<td height="1" class="fedhead"><img width="1" height="3" alt="" src="images/opt.gif"></td>
</tr>
<tr>
<td align="center" valign="middle" class="fedfooter"><span class="cont"><?=$copy_?></span> <img src='images/itemspliter.gif' width='3' height='9'> <?=$foot_title?></td>
</tr>
<!--TR>
<TD align="right" class="cont">LAST UPDATED : <?=date('r')?></TD>
</TR-->
</td>
</tr>
</table>
</body>
</html>