template attachments now work with packages. head_attachments and body_attachments are now documented
This commit is contained in:
parent
28311c08d4
commit
18460256df
5 changed files with 223 additions and 204 deletions
|
|
@ -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 <title> </title> portion of your style:
|
||||
<br />
|
||||
<br />^PageTitle(); - ^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 <head> 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 <body> 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue