= t("The GD graphics library is an extension to PHP commonly installed most webservers. Please refer to the GD website for more information.", array("url" => "http://www.boutell.com/gd")) ?>
if ($tk->gd["GD Version"] && function_exists('imagerotate')): ?>= t("You have GD version %version.", array("version" => $tk->gd["GD Version"])) ?>
elseif ($tk->gd["GD Version"]): ?>= t("You have GD version %version, but it lacks image rotation.", array("version" => $tk->gd["GD Version"])) ?>
else: ?>= t("You do not have GD installed.") ?>
endif ?>