Plugins List
| Name | Version | Download (for latest AZ release) |  
 |  
 
  | ';
		
		if($cat[0] != "Uncategorized") {
		echo '| '.$cat[0].' |  ';
		}
		$j = true;
		foreach($plugsbycat as $plug) {
				if ($j) { 
					$j = !$j;
					$PLclass = "plugin_list_even";
				}
				else {
					$j = !$j;
					$PLclass = "plugin_list_odd";
				}
				include('plugins/details/'.$plug->pluginFile);
				$file = substr($dl_link, 8); 
				$description_short = substr($description,0,strpos($description," "));
				echo '';
				
				echo '| ';
				echo ' | ';
				
				echo ''.$version.' | ';
				if ($dl_link == "") {
					echo '    | ';
				}
				else {
					echo '';
					$vuzeFile=str_replace( ".jar", ".vuze", str_replace( ".zip", ".vuze", $dl_link ));
					if ($vuzeFile != $dl_link && file_exists($vuzeFile)) {
						echo '  ';
					}else{
						echo ' ';
					}
					if (file_exists($dl_link)) {
						echo '  ';
					}
					//if (isset($rss_array[$file]['link'])) {
					//	echo ' '; 
					//} else {
					//	echo ' ';
					//}
					echo ' |  
					';
				}
    			clearPluginVars();
		}
	} ?>
 
 |