diff options
Diffstat (limited to 'core/views/admin_graphics_gd.html.php')
| -rw-r--r-- | core/views/admin_graphics_gd.html.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/views/admin_graphics_gd.html.php b/core/views/admin_graphics_gd.html.php index 76933861..84eb6d75 100644 --- a/core/views/admin_graphics_gd.html.php +++ b/core/views/admin_graphics_gd.html.php @@ -10,6 +10,9 @@ <p class="gSuccess"> <?= t("You have GD version %version.", array("version" => $tk->gd["GD Version"])) ?> </p> + <p> + <a class="gButtonLink ui-state-default ui-corner-all"><?= t("Activate GD") ?></a> + </p> <? elseif ($tk->gd["GD Version"]): ?> <p class="gWarning"> <?= t("You have GD version %version, but it lacks image rotation.", |
