GetPluginAttributes();
foreach ($Attribs as $PluginName => $Attrib)
{
$Name = GetEscapedAttributeValue($Attrib, "Name");
$Description = GetAttributeValue($Attrib, "Description");
$Version = GetEscapedAttributeValue($Attrib, "Version");
$Dependencies = NULL;
if (strtolower(preg_replace("/[^a-zA-Z0-9]+/", "", $Attrib["Name"]))
!= strtolower($PluginName))
{
$Name = $Name . "
(" . htmlspecialchars($PluginName) . ")";
}
if (count($Attrib["Requires"]) > 0)
{
$Dependencies .= '