<ahref="pkg_mgr_install.php?mode=reinstallpkg&pkg=<?=$pkg['name'];?>"><imgtitle="Update this package."src="./themes/<?=$g['theme'];?>/images/icons/icon_reinstall_pkg.gif"width="17"height="17"border="0"alt="reinstall"/></a>
</div>
<?php
$y++;
}else{
echo$pkg['version'];
}?>
</td>
</tr>
<?php}
}
}else{
echo"<tr><td colspan=\"5\" align=\"center\">There are no packages currently installed.</td></tr>";