<?=t("ImageMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href=\"{{url}}\">ImageMagick website</a> for more information.",
array("url"=>"http://www.imagemagick.org"))?>
</p>
<?if($tk->imagemagick):?>
<pclass="gSuccess">
<?=t("ImageMagick is available in {{path}}",array("path"=>$tk->imagemagick))?>
</p>
<?else:?>
<pclass="gInfo">
<?=t("ImageMagick is not available on your system.")?>