diff options
| -rw-r--r-- | templates/view_gallery.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_gallery.tpl b/templates/view_gallery.tpl index 3379077..b5c8028 100644 --- a/templates/view_gallery.tpl +++ b/templates/view_gallery.tpl @@ -6,7 +6,7 @@ {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$gContent->mInfo} {if $gContent->hasUpdatePermission()} {if $gBitUser->hasPermission( 'p_fisheye_download_gallery_archive' ) } - <a title="{tr}Download Gallery{/tr}" href="{$smarty.server.REQUEST_URI}?download=1">{biticon ipackage="icons" iname="emblem-downloads" iexplain="Download Gallery"}</a> + <a title="{tr}Download Gallery{/tr}" href="{$smarty.server.REQUEST_URI}?download=1">{biticon ipackage="icons" iname="system-file-manager" iexplain="Download Gallery"}</a> {/if} <a title="{tr}Edit{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}edit.php?gallery_id={$gContent->mGalleryId}">{biticon ipackage="icons" iname="document-properties" iexplain="Edit"}</a> <a title="{tr}Image Order{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}image_order.php?gallery_id={$gContent->mGalleryId}">{biticon ipackage=fisheye iname="order" iexplain="Image Order"}</a> |
