diff options
| author | spider@dav <spiderr@bitweaver.org> | 2025-05-30 09:27:15 -0400 |
|---|---|---|
| committer | spider@dav <spiderr@bitweaver.org> | 2025-05-30 09:27:52 -0400 |
| commit | bac722acf3d5c34d64693ff1d3a3708521ef57fa (patch) | |
| tree | a648dca3ab012b5c8eb37e8f1cbc5f5eaa917ceb /templates | |
| parent | f22773ad31e4fe4c70e6a1f2ad1aa4a3f27d1d7b (diff) | |
| download | wiki-bac722acf3d5c34d64693ff1d3a3708521ef57fa.tar.gz wiki-bac722acf3d5c34d64693ff1d3a3708521ef57fa.tar.bz2 wiki-bac722acf3d5c34d64693ff1d3a3708521ef57fa.zip | |
fix non boot icons; PHP8 compat explode; perm check
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page_icons.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page_icons.tpl b/templates/page_icons.tpl index 61f468e..ecd84a4 100644 --- a/templates/page_icons.tpl +++ b/templates/page_icons.tpl @@ -25,7 +25,7 @@ {/if} {if $gBitSystem->isFeatureActive( 'wiki_undo' ) and $gContent->hasUserPermission('p_wiki_rollback')} - <a href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&undo=1">{booticon ipackage=icons iname=icon-undo iexplain="Undo last edit"}</a> + <a href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&undo=1">{booticon ipackage=icons iname="fa-undo" iexplain="Undo last edit"}</a> {/if} {if $gBitSystem->isFeatureActive( 'wiki_history' ) and $gContent->hasUserPermission('p_wiki_view_history')} @@ -74,7 +74,7 @@ {if $gBitSystem->isFeatureActive( 'wiki_backlinks' ) and $backlinks} <div class="btn-group"> <button class="btn btn-xs dropdown-toggle" data-toggle="dropdown"> - <i class="icon-link"></i> + {booticon iname="fa-link"} <span class="caret"></span> </button> <ul class="dropdown-menu pull-right"> |
