summaryrefslogtreecommitdiff
path: root/templates/gallery_nav.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gallery_nav.tpl')
-rw-r--r--templates/gallery_nav.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gallery_nav.tpl b/templates/gallery_nav.tpl
index d011591..e192e67 100644
--- a/templates/gallery_nav.tpl
+++ b/templates/gallery_nav.tpl
@@ -28,7 +28,7 @@
{if $gGallery->mInfo.previous_image_id}
<a href="{$gContent->getImageUrl($gGallery->mInfo.previous_image_id)|escape}">
{if $gBitSystem->isFeatureActive( 'gallerybar_use_icons' )}
- {booticon iname="icon-arrow-left" ipackage="icons" iexplain=previous iforce="icon"}
+ {booticon iname="fa-arrow-left" ipackage="icons" iexplain=previous}
{else}
&laquo;&nbsp;{tr}previous{/tr}
{/if}
@@ -44,7 +44,7 @@
{if $gGallery->mInfo.next_image_id}
<a href="{$gContent->getImageUrl($gGallery->mInfo.next_image_id)|escape}">
{if $gBitSystem->isFeatureActive( 'gallerybar_use_icons' )}
- {booticon iname="icon-arrow-right" iexplain=next}
+ {booticon iname="fa-arrow-right" iexplain=next}
{else}
{tr}next{/tr}&nbsp;&raquo;
{/if}