diff options
Diffstat (limited to 'admin/admin_liberty_inc.php')
| -rw-r--r-- | admin/admin_liberty_inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/admin_liberty_inc.php b/admin/admin_liberty_inc.php index 00841be..7641b2e 100644 --- a/admin/admin_liberty_inc.php +++ b/admin/admin_liberty_inc.php @@ -66,6 +66,10 @@ $attachmentOptions = array( 'label' => 'Allow Attachments to Comments', 'note' => 'Allow users with permission to upload file attachments to add them to comments. This is a new feature and can conflict with ajax attachments and ajax comments.', ), + 'liberty_display_primary_attach' => array( + 'label' => 'Display primary attachments in lists generated by Liberty (such as list_content.php)', + 'note' => 'This is a new feature in Beta, and will not display anything unless you have modified your templates to do so.', + ), ); $gBitSmarty->assign( 'attachmentOptions', $attachmentOptions ); |
