template attachments now work with packages. head_attachments and body_attachments are now documented

This commit is contained in:
Doug Bell 2009-05-07 17:35:43 +00:00
parent 28311c08d4
commit 18460256df
5 changed files with 223 additions and 204 deletions

View file

@ -6,7 +6,7 @@ our $HELP = {
'style template' => {
title => '1073',
body => '',
variables => [ { 'name' => 'body.content' }, { 'name' => 'head.tags' } ],
variables => [ { 'name' => 'body.content' }, { 'name' => 'head.tags' }, { 'name' => 'head_attachments' }, { 'name' => 'body_attachments' } ],
fields => [],
related => []
},