diff options
Diffstat (limited to 'templates/gallery_nav.tpl')
| -rwxr-xr-x | templates/gallery_nav.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gallery_nav.tpl b/templates/gallery_nav.tpl index 681e3e1..e326d0b 100755 --- a/templates/gallery_nav.tpl +++ b/templates/gallery_nav.tpl @@ -28,7 +28,7 @@ {if !empty( $gGallery->mInfo.previous_image_id )} <a href="{$gContent->getImageUrl($gGallery->mInfo.previous_image_id)|escape}"> {if $gBitSystem->isFeatureActive( 'gallerybar_use_icons' )} - {booticon iname="fa-arrow-left" ipackage="icons" iexplain=previous} + {biticon ipackage="icons" iname="go-previous" ipackage="icons" iexplain=previous} {else} « {tr}previous{/tr} {/if} @@ -44,7 +44,7 @@ {if !empty( $gGallery->mInfo.next_image_id )} <a href="{$gContent->getImageUrl($gGallery->mInfo.next_image_id)|escape}"> {if $gBitSystem->isFeatureActive( 'gallerybar_use_icons' )} - {booticon iname="fa-arrow-right" iexplain=next} + {biticon ipackage="icons" iname="go-next" iexplain=next} {else} {tr}next{/tr} » {/if} |
