0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
uv-life_dot_com
/
includes
/
[
Home
]
File: header2.php
<table width="950" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="180" height="118" align="left" valign="top" background="images/top.jpg"><a href="index.php"><img src="images/new_template/top_left.jpg" alt="UV-Life" width="180" height="118" border="0" longdesc="http://www.uv-life.com" /></a></td> <td width="770" align="left" valign="top" background="images/new_template/top.jpg"> </td> </tr> <tr> <td height="31" align="left" valign="middle" background="images/new_template/nav-bar.jpg" colspan="2"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="80" align="center" valign="middle"><span style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#8fc332; font-weight:bold;">Home</span></td> <? $q_cat="select * from `catalog` order by `order` ASC"; $r_cat=mysql_query($q_cat); if(mysql_num_rows($r_cat)>0) { while($row_cat=mysql_fetch_array($r_cat)) { ?> <td align="center" valign="middle" style="padding-left:25px; padding-right:25px;"><a href="index.php?page=product_listing&&cat=<?=$row_cat['catalog_id']?>" style="text-decoration:none;font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#8fc332; font-weight:bold;"><?=str_replace("_"," ",$row_cat['catalog_name'])?></a></td> <? } } ?> </tr> </table> </td> </tr> </table>