webgui/lib/WebGUI/Help/Article.pm
2005-03-05 01:15:28 +00:00

38 lines
568 B
Perl

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