mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-05 20:49:09 -04:00
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
This commit is contained in:
BIN
core/images/gd.png
Normal file
BIN
core/images/gd.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
BIN
core/images/graphicsmagick.png
Normal file
BIN
core/images/graphicsmagick.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
core/images/imagemagick.jpg
Normal file
BIN
core/images/imagemagick.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
@@ -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.",
|
||||
|
||||
@@ -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")) ?>
|
||||
|
||||
@@ -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")) ?>
|
||||
|
||||
Reference in New Issue
Block a user