diff options
Diffstat (limited to 'plugins/data.attachment.php')
| -rw-r--r-- | plugins/data.attachment.php | 2 |
1 files changed, 1 insertions, 1 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 ); |
