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

@ -995,6 +995,8 @@ to add or remove users from their groups.
'head.tags' => {
message => q|Tags that WebGUI automatically generates for you so that caching works the way it should, search engines can find you better, and other useful automated functionality. This should go in the <head> </head> section of your style.
<br />
<br />NOTE: This is for backwards-compatibility only. You should use 'head_attachments' and 'body_attachments' now.
<br />
<br />We suggest using something like this in the &lt;title&gt; &lt;/title&gt; portion of your style:
<br />
<br />&#94;PageTitle(); - &#94;c();
@ -1003,6 +1005,19 @@ to add or remove users from their groups.
lastUpdated => 1225222473,
},
'head_attachments' => {
message => q{Tags that belong only in the &lt;head&gt; of the document. If you use this, you must use body_attachments and must not use head.tags.},
lastUpdated => 0,
context => 'description of template variable',
},
'body_attachments' => {
message => q{Tags that can be placed right before the end of the &lt;body&gt; to speed up page load times. If you use this, you must use head_attachments and must not use head.tags.},
lastUpdated => 0,
context => 'description of template variable',
},
'860' => {
message => q|Make email address public?|,
lastUpdated => 1043879942