diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:40:33 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:40:33 +0000 |
| commit | 71c4c1487dc6cf29087612584f239a15e8b39f2f (patch) | |
| tree | 7684cad3e93c38f6d4529d9e68983a8822c05931 /templates/admin_liberty.tpl | |
| parent | ee3fd1e1d304664c64c5e6f34a28561374fbab58 (diff) | |
| download | liberty-71c4c1487dc6cf29087612584f239a15e8b39f2f.tar.gz liberty-71c4c1487dc6cf29087612584f239a15e8b39f2f.tar.bz2 liberty-71c4c1487dc6cf29087612584f239a15e8b39f2f.zip | |
merge recent changes from R1 to HEAD
Diffstat (limited to 'templates/admin_liberty.tpl')
| -rw-r--r-- | templates/admin_liberty.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_liberty.tpl b/templates/admin_liberty.tpl index 7aa0444..e3805f1 100644 --- a/templates/admin_liberty.tpl +++ b/templates/admin_liberty.tpl @@ -83,7 +83,7 @@ <div class="row"> {formlabel label=" <a href='http://www.boutell.com/gd/'> - <img class='icon' src=\"`$gBitLoc.LIBERTY_PKG_URL`icons/gd_logo.jpg\" alt='GD' /> + <img class='icon' src=\"`$smarty.const.LIBERTY_PKG_URL`icons/gd_logo.jpg\" alt='GD' /> </a> "} {forminput} @@ -100,7 +100,7 @@ <div class="row"> {formlabel label=" <a href='http://www.imagemagick.org/'> - <img class='icon' src=\"`$gBitLoc.LIBERTY_PKG_URL`icons/imagick_logo.jpg\" alt='ImageMagick' /> + <img class='icon' src=\"`$smarty.const.LIBERTY_PKG_URL`icons/imagick_logo.jpg\" alt='ImageMagick' /> </a> "} {forminput} |
