diff options
| author | spiderr <spiderr@bitweaver.org> | 2022-07-31 13:17:49 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2022-07-31 13:17:49 -0400 |
| commit | 2b0af82ff2bc26392ee60f46582261857e58360d (patch) | |
| tree | 7f948b83337091d24d743864b725f87248809070 /templates/structure_display.tpl | |
| parent | 4d415ad270ac2cb61e464e5bad64348ccab70ab8 (diff) | |
| download | liberty-2b0af82ff2bc26392ee60f46582261857e58360d.tar.gz liberty-2b0af82ff2bc26392ee60f46582261857e58360d.tar.bz2 liberty-2b0af82ff2bc26392ee60f46582261857e58360d.zip | |
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
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 021bf77..e439a67 100644 --- a/templates/structure_display.tpl +++ b/templates/structure_display.tpl @@ -22,7 +22,7 @@ {if $structureInfo.prev and $structureInfo.prev.structure_id} <a href="index.php?structure_id={$structureInfo.prev.structure_id}"> {if $wikibook_use_icons eq 'y'} - {booticon iname="icon-arrow-left" ipackage="icons" iexplain=Previous} + {booticon iname="fa-arrow-left" iexplain=Previous} {else} « {$structureInfo.prev.title|escape} {/if} |
