diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:04:59 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:04:59 +0100 |
| commit | bc3bd55e0e1739552269562dd84b5c82e912b63a (patch) | |
| tree | c79b98d00c84aec79b025a976c2f88d511ba6b40 /templates/admin_topics.tpl | |
| parent | 384df9b9586ae437426a17168d07d12ab9efa814 (diff) | |
| download | articles-master.tar.gz articles-master.tar.bz2 articles-master.zip | |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates/admin_topics.tpl')
| -rwxr-xr-x | templates/admin_topics.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_topics.tpl b/templates/admin_topics.tpl index e5d39fb..c1112aa 100755 --- a/templates/admin_topics.tpl +++ b/templates/admin_topics.tpl @@ -71,7 +71,7 @@ </td> <td align="right"> - {smartlink ititle='edit' biticon="document-properties" ifile='edit_topic.php' topic_id=$topics[user].topic_id} + {smartlink ititle='edit' biticon="edit" ifile='edit_topic.php' topic_id=$topics[user].topic_id} {* smartlink ititle='permissions' biticon="lock" ipackage='kernel' ifile='object_permissions.php' objectName="Topic `$topics[user].name`" object_type=topic permType=topics object_id=$topics[user].topic_id *} <br /> <a href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_topics.php?fRemoveTopic=1&topic_id={$topics[user].topic_id}">{biticon ipackage="icons" iname="user-trash" ipackage="icons" iforce=icon_text iexplain="Remove Topic"}</a> |
