summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-04 11:46:48 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-04 11:46:48 +0100
commit21dcf3079e7bc3f6cb9b1e7bcf7f8e218052444c (patch)
treeefea1b4b757655f98b07a73f12111c69479740bb /plugins
parent248c457f8e875eb9efe6705bbfb6a506283ccfc9 (diff)
downloadliberty-21dcf3079e7bc3f6cb9b1e7bcf7f8e218052444c.tar.gz
liberty-21dcf3079e7bc3f6cb9b1e7bcf7f8e218052444c.tar.bz2
liberty-21dcf3079e7bc3f6cb9b1e7bcf7f8e218052444c.zip
Switch attachment icon from mail-attachment to stock_attach
stock_attach (paperclip) is available as PNG (16px) and SVG (scalable), making it a cleaner fit for attach/assign/crosspost contexts than the mail-specific mail-attachment icon. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/data.attachment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/data.attachment.php b/plugins/data.attachment.php
index 52f2395..93594aa 100755
--- a/plugins/data.attachment.php
+++ b/plugins/data.attachment.php
@@ -43,7 +43,7 @@ $pluginParams = [
'help_function' => '\data_attachment_help',
'syntax' => '{attachment id= size= align= }',
'plugin_type' => DATA_PLUGIN,
- 'booticon' => '{biticon ipackage="icons" iname="mail-attachment" iexplain="Attachment"}',
+ 'booticon' => '{biticon ipackage="icons" iname="stock_attach" iexplain="Attachment"}',
'taginsert' => '{attachment id= align= size= description= alt=}',
];
$gLibertySystem->registerPlugin( PLUGIN_GUID_DATAATTACHMENT, $pluginParams );