summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2022-07-31 13:17:49 -0400
committerspiderr <spiderr@bitweaver.org>2022-07-31 13:17:49 -0400
commit2b0af82ff2bc26392ee60f46582261857e58360d (patch)
tree7f948b83337091d24d743864b725f87248809070 /plugins
parent4d415ad270ac2cb61e464e5bad64348ccab70ab8 (diff)
downloadliberty-2b0af82ff2bc26392ee60f46582261857e58360d.tar.gz
liberty-2b0af82ff2bc26392ee60f46582261857e58360d.tar.bz2
liberty-2b0af82ff2bc26392ee60f46582261857e58360d.zip
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
Diffstat (limited to 'plugins')
-rw-r--r--plugins/data.attachment.php2
-rw-r--r--plugins/data.img.php2
-rw-r--r--plugins/data.jstabs.php2
-rw-r--r--plugins/data.toc.php2
-rw-r--r--plugins/filter.maketoc.php2
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/data.attachment.php b/plugins/data.attachment.php
index a161f63..9dccb1e 100644
--- a/plugins/data.attachment.php
+++ b/plugins/data.attachment.php
@@ -35,7 +35,7 @@ $pluginParams = array (
'help_function' => 'data_attachment_help',
'syntax' => '{attachment id= size= align= }',
'plugin_type' => DATA_PLUGIN,
- 'booticon' => '{booticon iname="icon-paper-clip" iexplain="Attachment"}',
+ 'booticon' => '{booticon iname="fa-paperclip" iexplain="Attachment"}',
'taginsert' => '{attachment id= align= size= description= alt=}',
);
$gLibertySystem->registerPlugin( PLUGIN_GUID_DATAATTACHMENT, $pluginParams );
diff --git a/plugins/data.img.php b/plugins/data.img.php
index 0c80a15..44e7a39 100644
--- a/plugins/data.img.php
+++ b/plugins/data.img.php
@@ -22,7 +22,7 @@ $pluginParams = array (
'help_function' => 'data_img_help',
'syntax' => "{img src=http://www.google.at/logos/olympics06_ski_jump.gif}",
'plugin_type' => DATA_PLUGIN,
- 'booticon' => '{booticon iname="icon-picture" iexplain="Web Image"}',
+ 'booticon' => '{booticon iname="fa-image-landscape" iexplain="Web Image"}',
'taginsert' => '{img src= width= height= align= description= link=}'
);
$gLibertySystem->registerPlugin( PLUGIN_GUID_DATAIMG, $pluginParams );
diff --git a/plugins/data.jstabs.php b/plugins/data.jstabs.php
index 5ddb38e..92101b3 100644
--- a/plugins/data.jstabs.php
+++ b/plugins/data.jstabs.php
@@ -22,7 +22,7 @@ $pluginParams = array (
'plugin_type' => DATA_PLUGIN,
// display icon in quicktags bar
- 'booticon' => '{booticon iname="icon-folder-closed-alt" iexplain="Javascript Tabs"}',
+ 'booticon' => '{booticon iname="fa-folder" iexplain="Javascript Tabs"}',
'taginsert' => '{jstabs}text{/jstabs}',
// functions
diff --git a/plugins/data.toc.php b/plugins/data.toc.php
index 47f390c..db1b5f9 100644
--- a/plugins/data.toc.php
+++ b/plugins/data.toc.php
@@ -36,7 +36,7 @@ $pluginParams = array (
'help_function' => 'data_toc_help',
'syntax' => '{toc structure_id= }',
'plugin_type' => DATA_PLUGIN,
- 'booticon' => '{booticon iname="icon-list-ol" iexplain="Structure Table of Contents"}',
+ 'booticon' => '{booticon iname="fa-table-tree" iexplain="Structure Table of Contents"}',
'taginsert' => '{toc}',
'structure_id' => 'id of the structure to display'
);
diff --git a/plugins/filter.maketoc.php b/plugins/filter.maketoc.php
index 0817143..47e8791 100644
--- a/plugins/filter.maketoc.php
+++ b/plugins/filter.maketoc.php
@@ -27,7 +27,7 @@ $pluginParams = array (
'help_page' => 'Maketoc Filter',
'help_function' => 'maketoc_help',
'syntax' => '{maketoc}',
- 'booticon' => '{booticon iname="icon-list-ul" iexplain="Page Table of Contents"}',
+ 'booticon' => '{booticon iname="fa-list-tree" iexplain="Page Table of Contents"}',
'taginsert' => '{maketoc}',
);
$gLibertySystem->registerPlugin( PLUGIN_GUID_FILTERMAKETOC, $pluginParams );