session_start();
include("header.php");
$rs_information=mysql_query("select * from general_information where id='about_us'");
if(mysql_num_rows($rs_information)>0)
{
$title=mysql_result($rs_information,0,"title");
$main_data=mysql_result($rs_information,0,"main_data");
}
?>
" background=" echo $theme."/bg.jpg";?>">
|
include("left.php");?>
|
| " background=" echo $theme."/top_tab.jpg";?>" height=" echo get_image_height($theme."/top_tab.jpg")?>" valign="top" style="padding-top:10"> |
" background=" echo $theme."/mid_tab.jpg";?>">
if(mysql_num_rows($rs_information)>0)
{
?>
}
else
{
?>
| echo $no_data_found_statement;?> |
}
?>
|
"> |
|
include("right.php");?>
|
include("footer.php");?>