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

18 lines
222 B
Perl

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