summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/views/admin_graphics_gd.html.php3
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 84eb6d75..cae68b74 100644
--- a/core/views/admin_graphics_gd.html.php
+++ b/core/views/admin_graphics_gd.html.php
@@ -18,6 +18,9 @@
<?= t("You have GD version %version, but it lacks image rotation.",
array("version" => $tk->gd["GD Version"])) ?>
</p>
+ <p>
+ <a class="gButtonLink ui-state-default ui-corner-all"><?= t("Activate GD") ?></a>
+ </p>
<? else: ?>
<p class="gInfo">
<?= t("You do not have GD installed.") ?>