summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/images/gd.pngbin0 -> 5531 bytes
-rw-r--r--core/images/graphicsmagick.pngbin0 -> 1486 bytes
-rw-r--r--core/images/imagemagick.jpgbin0 -> 20337 bytes
-rw-r--r--core/views/admin_graphics_gd.html.php2
-rw-r--r--core/views/admin_graphics_graphicsmagick.html.php2
-rw-r--r--core/views/admin_graphics_imagemagick.html.php2
6 files changed, 3 insertions, 3 deletions
diff --git a/core/images/gd.png b/core/images/gd.png
new file mode 100644
index 00000000..b341d71c
--- /dev/null
+++ b/core/images/gd.png
Binary files differ
diff --git a/core/images/graphicsmagick.png b/core/images/graphicsmagick.png
new file mode 100644
index 00000000..3d1d77e9
--- /dev/null
+++ b/core/images/graphicsmagick.png
Binary files differ
diff --git a/core/images/imagemagick.jpg b/core/images/imagemagick.jpg
new file mode 100644
index 00000000..d83c4509
--- /dev/null
+++ b/core/images/imagemagick.jpg
Binary files differ
diff --git a/core/views/admin_graphics_gd.html.php b/core/views/admin_graphics_gd.html.php
index 822c63b0..8b4644ac 100644
--- a/core/views/admin_graphics_gd.html.php
+++ b/core/views/admin_graphics_gd.html.php
@@ -1,5 +1,5 @@
<div id="gd" class="gBlock <?= $tk->gd["GD Version"] ? "" : "unavailable" ?>">
- <img class="logo" width="170" height="110" src="http://www.libgd.org/skins/libgd/gdlogosmall.png" alt="<? t("Visit the GD lib project site") ?>" />
+ <img class="logo" width="170" height="110" src="<?= url::file("core/images/gd.png"); ?>" alt="<? t("Visit the GD lib project site") ?>" />
<h3> <?= t("GD") ?> </h3>
<p>
<?= t("The GD graphics library is an extension to PHP commonly installed most webservers. Please refer to the <a href=\"{{url}}\">GD website</a> for more information.",
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")) ?>
diff --git a/core/views/admin_graphics_imagemagick.html.php b/core/views/admin_graphics_imagemagick.html.php
index 24cdfb02..29d19668 100644
--- a/core/views/admin_graphics_imagemagick.html.php
+++ b/core/views/admin_graphics_imagemagick.html.php
@@ -1,6 +1,6 @@
<div id="imagemagick" class="gBlock <?= $tk->imagemagick ? "" : "unavailable" ?>">
<h3> <?= t("ImageMagick") ?> </h3>
- <img class="logo" width="114" height="118" src="http://www.imagemagick.org/image/logo.jpg" alt="<? t("Visit the ImageMagick project site") ?>" />
+ <img class="logo" width="114" height="118" src="<?= url::file("core/images/imagemagick.jpg"); ?>" alt="<? t("Visit the ImageMagick project site") ?>" />
<p>
<?= 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")) ?>