diff options
Diffstat (limited to 'templates/structure_display.tpl')
| -rw-r--r-- | templates/structure_display.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/structure_display.tpl b/templates/structure_display.tpl index 685de14..443b548 100644 --- a/templates/structure_display.tpl +++ b/templates/structure_display.tpl @@ -22,7 +22,7 @@ {if $structureInfo.prev && $structureInfo.prev.structure_id} <a href="index.php?structure_id={$structureInfo.prev.structure_id}"> {if $wikibook_use_icons eq 'y'} - {booticon iname="fa-arrow-left" iexplain=Previous} + {biticon ipackage="icons" iname="go-previous" iexplain=Previous} {else} « {$structureInfo.prev.title|escape} {/if} |
