webgui/lib/WebGUI/Help/Article.pm
2004-07-04 20:29:01 +00:00

42 lines
645 B
Perl

package WebGUI::Help::Article;
our $HELP = {
'article add/edit' => {
title => '61',
body => '71',
related => [
{
tag => 'article template',
namespace => 'Article'
},
{
tag => 'forum discussion properties',
namespace => 'WebGUI'
},
{
tag => 'wobjects using',
namespace => 'WebGUI'
}
]
},
'article template' => {
title => '72',
body => '73',
related => [
{
tag => 'article add/edit',
namespace => 'Article'
},
{
tag => 'pagination template variables',
namespace => 'WebGUI'
},
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
};
1;