summaryrefslogtreecommitdiff
path: root/templates/display_structure.tpl
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-04 11:31:56 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-04 11:31:56 +0100
commit248c457f8e875eb9efe6705bbfb6a506283ccfc9 (patch)
tree594cda6ab006c11db5c5e3c6095ef929893074da /templates/display_structure.tpl
parent5a610769016dc8b3de7d96c2a9721ad3c226585d (diff)
downloadliberty-248c457f8e875eb9efe6705bbfb6a506283ccfc9.tar.gz
liberty-248c457f8e875eb9efe6705bbfb6a506283ccfc9.tar.bz2
liberty-248c457f8e875eb9efe6705bbfb6a506283ccfc9.zip
Convert {booticon} to {biticon} — freedesktop/tango icon names throughout
Replace all {booticon iname="icon-*"} and {booticon iname="fa-*"} calls with {biticon ipackage="icons" iname="<freedesktop-name>"} using the tango iconset. Mapping covers ~70 distinct old names to tango equivalents (edit-delete, document-properties, go-next, lock, internet-mail, etc.). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates/display_structure.tpl')
-rwxr-xr-xtemplates/display_structure.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/display_structure.tpl b/templates/display_structure.tpl
index 42527f4..d4b63ec 100755
--- a/templates/display_structure.tpl
+++ b/templates/display_structure.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="icon-arrow-left" ipackage="icons" iexplain=Previous}
+ {biticon ipackage="icons" iname="go-previous" ipackage="icons" iexplain=Previous}
{else}
&laquo;&nbsp;{$structureInfo.prev.title|escape}
{/if}