diff options
| author | Chris Kelly <ckdake@ckdake.com> | 2009-01-13 14:58:02 +0000 |
|---|---|---|
| committer | Chris Kelly <ckdake@ckdake.com> | 2009-01-13 14:58:02 +0000 |
| commit | 1fb85dfac59569e6c346bcfae6d6b314d5d340b3 (patch) | |
| tree | 82b6c5447a6f4d5745d68cdc7a1f62dcb8b69ff3 /core/views/admin_graphics_gd.html.php | |
| parent | 074cbd860ddaaa1101278ad0cf01935eb791b124 (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_gd.html.php')
| -rw-r--r-- | core/views/admin_graphics_gd.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
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.", |
