summaryrefslogtreecommitdiff
path: root/templates/legend_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/legend_inc.tpl')
-rw-r--r--templates/legend_inc.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/legend_inc.tpl b/templates/legend_inc.tpl
index be1d11a..9d90f71 100644
--- a/templates/legend_inc.tpl
+++ b/templates/legend_inc.tpl
@@ -2,9 +2,9 @@
{if $topicicons}
<div class="alert alert-info">
<ul class="list-inline list-unstyled">
- <li>{booticon iname="icon-lock" ipackage="icons" ipath=large iexplain="Thread Closed" iforce="icon"} {tr}Thread Closed{/tr}</li>
- <li>{booticon iname="icon-exclamation-sign" ipackage="icons" ipath=large iexplain="Sticky" iforce="icon"} {tr}Sticky{/tr}</li>
- <li>{booticon iname="icon-asterisk" ipackage="icons" ipath=large iexplain="New Posts" iforce="icon"} {tr}New Posts{/tr}</li>
+ <li>{booticon iname="fa-lock" iexplain="Thread Closed"} {tr}Thread Closed{/tr}</li>
+ <li>{booticon iname="fa-circle-exclamation" iexplain="Sticky"} {tr}Sticky{/tr}</li>
+ <li>{booticon iname="fa-asterisk" iexplain="New Posts"} {tr}New Posts{/tr}</li>
</ul>
</div>
{/if}