Changeset 852:969647a6c35e for plugins
- Timestamp:
- 07/31/12 15:15:32 (13 years ago)
- Branch:
- sexy
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/attachments/_public.php
r464 r852 13 13 14 14 # Attachments 15 $core->tpl->addBlock('Attachments',array('attachmentTpl','Attachments'));15 /*$core->tpl->addBlock('Attachments',array('attachmentTpl','Attachments')); 16 16 $core->tpl->addBlock('AttachmentsHeader',array('attachmentTpl','AttachmentsHeader')); 17 17 $core->tpl->addBlock('AttachmentsFooter',array('attachmentTpl','AttachmentsFooter')); … … 29 29 30 30 $core->addBehavior('tplIfConditions',array('attachmentBehavior','tplIfConditions')); 31 31 */ 32 32 class attachmentTpl { 33 33
Note: See TracChangeset
for help on using the changeset viewer.