begin documenting Thread template, need to add verbage about inheriting Post Template variables

This commit is contained in:
Colin Kuskie 2005-03-25 00:13:08 +00:00
parent ca1cf60d47
commit e20fb97d10
2 changed files with 127 additions and 0 deletions

21
lib/WebGUI/Help/Thread.pm Normal file
View file

@ -0,0 +1,21 @@
package WebGUI::Help::Thread;
our $HELP = {
'thread template variables' => {
title => 'thread template title',
body => 'thread template body',
related => [
{
tag => 'template language',
namespace => 'Template'
},
{
tag => 'post template variables',
namespace => 'Post'
},
]
},
};
1;