$requirements['gd']['description']=t('The GD library for PHP is enabled, but was compiled without PNG support. Please check the <a href="@url">PHP image documentation</a> for information on how to correct this.',array('@url'=>'http://be.php.net/manual/en/ref.image.php'));
}
}
else{
$requirements['gd']=array(
'value'=>t('Not installed'),
'severity'=>REQUIREMENT_ERROR,
'description'=>t('The GD library for PHP is missing or outdated. Please check the <a href="@url">PHP image documentation</a> for information on how to correct this.',array('@url'=>'http://be.php.net/manual/en/ref.image.php')),