diff options
| author | spiderr <spiderr@bitweaver.org> | 2022-07-30 22:44:38 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2022-07-30 22:44:38 -0400 |
| commit | 59ce2c079f637649a8e6024437c07c32c6d339d4 (patch) | |
| tree | 152b078c1b2b657d563415a75c4077afdf394fa4 /liberty_plugins | |
| parent | 571ccea5b65eceb4de769bc21ffe72511c3a4d83 (diff) | |
| download | fisheye-59ce2c079f637649a8e6024437c07c32c6d339d4.tar.gz fisheye-59ce2c079f637649a8e6024437c07c32c6d339d4.tar.bz2 fisheye-59ce2c079f637649a8e6024437c07c32c6d339d4.zip | |
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
Diffstat (limited to 'liberty_plugins')
| -rw-r--r-- | liberty_plugins/data.carousel.php | 2 | ||||
| -rw-r--r-- | liberty_plugins/data.gallery.php | 2 | ||||
| -rw-r--r-- | liberty_plugins/data.image.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/liberty_plugins/data.carousel.php b/liberty_plugins/data.carousel.php index 71f9dba..1e23c51 100644 --- a/liberty_plugins/data.carousel.php +++ b/liberty_plugins/data.carousel.php @@ -23,7 +23,7 @@ $pluginParams = array ( 'plugin_type' => DATA_PLUGIN, // display icon in quicktags bar - 'booticon' => '{booticon iname="icon-picture" iexplain="Image"}', + 'booticon' => '{booticon iname="fa-image-landscape" iexplain="Image"}', 'taginsert' => '{carousel id= size= nolink=}', // functions diff --git a/liberty_plugins/data.gallery.php b/liberty_plugins/data.gallery.php index fd3d047..92b270c 100644 --- a/liberty_plugins/data.gallery.php +++ b/liberty_plugins/data.gallery.php @@ -23,7 +23,7 @@ $pluginParams = array ( 'plugin_type' => DATA_PLUGIN, // display icon in quicktags bar - 'booticon' => '{booticon iname="icon-picture" iexplain="Image"}', + 'booticon' => '{booticon iname="fa-image-landscape" iexplain="Image"}', 'taginsert' => '{gallery id= size= nolink=}', // functions diff --git a/liberty_plugins/data.image.php b/liberty_plugins/data.image.php index 2b79893..736bc77 100644 --- a/liberty_plugins/data.image.php +++ b/liberty_plugins/data.image.php @@ -23,7 +23,7 @@ $pluginParams = array ( 'plugin_type' => DATA_PLUGIN, // display icon in quicktags bar - 'booticon' => '{booticon iname="icon-picture" iexplain="Image"}', + 'booticon' => '{booticon iname="fa-image-landscape" iexplain="Image"}', 'taginsert' => '{image id= size= nolink=}', // functions |
