summaryrefslogtreecommitdiff
path: root/core/views/admin_graphics_graphicsmagick.html.php
diff options
context:
space:
mode:
authorChris Kelly <ckdake@ckdake.com>2009-01-13 14:58:02 +0000
committerChris Kelly <ckdake@ckdake.com>2009-01-13 14:58:02 +0000
commit1fb85dfac59569e6c346bcfae6d6b314d5d340b3 (patch)
tree82b6c5447a6f4d5745d68cdc7a1f62dcb8b69ff3 /core/views/admin_graphics_graphicsmagick.html.php
parent074cbd860ddaaa1101278ad0cf01935eb791b124 (diff)
moved graphics toolkit logo images to g3. approval to redistribute from each project is in my email archives if this comes up in the future
Diffstat (limited to 'core/views/admin_graphics_graphicsmagick.html.php')
-rw-r--r--core/views/admin_graphics_graphicsmagick.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_graphics_graphicsmagick.html.php b/core/views/admin_graphics_graphicsmagick.html.php
index d65a1d3c..57553e4b 100644
--- a/core/views/admin_graphics_graphicsmagick.html.php
+++ b/core/views/admin_graphics_graphicsmagick.html.php
@@ -1,6 +1,6 @@
<div id="graphicsmagick" class="gBlock <?= $tk->graphicsmagick ? "" : "unavailable" ?>">
<h3> <?= t("GraphicsMagick") ?> </h3>
- <img class="logo" width="107" height="76" src="http://www.graphicsmagick.org/images/gm-107x76.png" alt="<? t("Visit the GraphicsMagick project site") ?>" />
+ <img class="logo" width="107" height="76" src="<?= url::file("core/images/graphicsmagick.png"); ?>" alt="<? t("Visit the GraphicsMagick project site") ?>" />
<p>
<?= t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href=\"{{url}}\">GraphicsMagick website</a> for more information.",
array("url" => "http://www.graphicsmagick.org")) ?>