webgui/lib/WebGUI/Help/AdminText.pm
2005-04-03 08:14:45 +00:00

18 lines
230 B
Perl

package WebGUI::Help::AdminText;
our $HELP = {
'admin text' => {
title => 'admin text title',
body => 'admin text body',
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
]
},
};
1;