diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-27 17:44:04 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-27 17:44:04 +0000 |
| commit | 5a3a0ac16d1d6b6fe1084c7055e85b8af06a4f45 (patch) | |
| tree | f5ab4a34da0bf2006ba42700b7be2b136de1ae02 /templates | |
| parent | 27b224f36d0587e79447fce1e5cb62161005e616 (diff) | |
| download | boards-5a3a0ac16d1d6b6fe1084c7055e85b8af06a4f45.tar.gz boards-5a3a0ac16d1d6b6fe1084c7055e85b8af06a4f45.tar.bz2 boards-5a3a0ac16d1d6b6fe1084c7055e85b8af06a4f45.zip | |
Tidyup to loose ends
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/list_posts.tpl | 2 | ||||
| -rwxr-xr-x | templates/list_topics.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_posts.tpl b/templates/list_posts.tpl index 42e92ab..8085056 100755 --- a/templates/list_posts.tpl +++ b/templates/list_posts.tpl @@ -36,7 +36,7 @@ </label> {/form} {if $gBitSystem->isPackageActive( 'rss' )} - <a title="Get RSS Feed" href="{$smarty.const.BOARDS_PKG_URL}rss.php?t={$smarty.request.t}">{booticon iname="icon-rss" ipackage=rss iexplain="Get RSS Feed"}</a> + <a title="Get RSS Feed" href="{$smarty.const.BOARDS_PKG_URL}rss.php?t={$smarty.request.t}">{booticon iname="icon-rss" ipackage="icons" iexplain="Get RSS Feed"}</a> {/if} {assign var=flip value=$thread->getFlipFlop()} {foreach from=$flip item=flip_s key=flip_name} diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index 0b05eb8..224d537 100755 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -16,7 +16,7 @@ <a class="item" href="{$smarty.const.BOARDS_PKG_URL}mailing_list.php?b={$board->mInfo.board_id}" title="Message Board Mailing List">{booticon ipackage="icons" iname="icon-envelope" iexplain="Edit Board Mailing List"}</a> {/if} {if $gBitSystem->isPackageActive( 'rss' )} - <a title="Get RSS Feed" href="{$smarty.const.BOARDS_PKG_URL}rss.php?b={$smarty.request.b}">{booticon iname="icon-rss" ipackage=rss iexplain="Get RSS Feed"}</a> + <a title="Get RSS Feed" href="{$smarty.const.BOARDS_PKG_URL}rss.php?b={$smarty.request.b}">{booticon iname="icon-rss" ipackage="icons" iexplain="Get RSS Feed"}</a> {/if} {if $board->hasUpdatePermission()} <a title="Edit message board" href="{$smarty.const.BOARDS_PKG_URL}edit.php?b={$board->mInfo.board_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="Edit Message Board"}</a> |
