diff options
Diffstat (limited to 'templates/display_structure.tpl')
| -rw-r--r-- | templates/display_structure.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/display_structure.tpl b/templates/display_structure.tpl index 6b537fb..02ffc55 100644 --- a/templates/display_structure.tpl +++ b/templates/display_structure.tpl @@ -18,7 +18,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'} - {biticon ipackage=liberty iname=nav_prev iexplain=Previous} + {biticon ipackage="icons" iname="go-previous" iexplain=Previous} {else} « {$structureInfo.prev.title|escape} {/if} @@ -30,7 +30,7 @@ {if $structureInfo.next and $structureInfo.next.structure_id} <a href="index.php?structure_id={$structureInfo.next.structure_id}"> {if $wikibook_use_icons eq 'y'} - {biticon ipackage=liberty iname=nav_next iexplain=Next} + {biticon ipackage="icons" iname="go-next" iexplain=Next} {else} {$structureInfo.next.title|escape} » {/if} |
