All pastes #2045570 Raw Edit

Anonymous

public text v1 · immutable
#2045570 ·published 2011-04-12 20:01 UTC
rendered paste body
-->
			<script type="text/javascript" src="templates/<? echo "$tfold" ?>/cssfiles/dropdowntabs.js"></script>			 <div id="colortab" class="ddcolortabs">			<table cellspacing="0" cellpadding="0" style="padding-top:0px; border-collapse: collapse;"><TR>			  <td width="1" style="border:0px; padding-left:4px; padding-right:0px;">			  <img src="templates/<? echo "$tfold" ?>/img_files/blockactive_left.gif"></td>			<td width="190" style="padding-top:0px; color: white; font-weight:bold; background-image: url(templates/<? echo "$tfold" ?>/img_files/blockactive.gif);">			<a href="index.php" rel="dropmenu1_a" style="padding-top:0px; color: white; font-weight:bold; text-decoration: none;"><?=$lang_708?></a>			</td>			<td width="10" style="padding-top:0px; color: white; font-weight:bold; background-image: url(templates/<? echo "$tfold" ?>/img_files/blockactive.gif);">			<a href="index.php" rel="dropmenu1_a" style="padding-top:0px; color: white; font-weight:bold; text-decoration: none;"><img src="templates/<? echo "$tfold" ?>/img_files/ul.gif" border="0"></a>			</td>			<td width="1" style="border:0px; padding-left:0px; padding-right:0px;">			  <img src="templates/<? echo "$tfold" ?>/img_files/blockactive_right.gif"></td></tr></table>			</div>			<!--1st drop down menu -->                                                   			<div id="dropmenu1_a" class="dropmenudiv_a" style="font-weight:bold; color:#FFFFFF;">			<?			require 'include/tot_cat.php';					$category_sql="select * from site_categories where category_head_id=0";					$category_result=mysql_query($category_sql);					while($category_row=mysql_fetch_array($category_result))					 {					$categoryname= $category_row['category_name'];					$category_id= $category_row['category_id'];				?>			<a href="all_live.php?cats_id=<?= $category_row['category_id']; ?>&list_type=0"><?=$categoryname?>&nbsp;(<? echo tot_cat($category_id); ?>)</a>				<?					}				?>			</div>			<script type="text/javascript">			//SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"])			tabdropdown.init("colortab", 3)			</script>			<br>