individual help for macros

This commit is contained in:
Colin Kuskie 2005-04-03 07:40:51 +00:00
parent 13dee87a18
commit 359dc92e0a
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,18 @@
package WebGUI::Help::u_companyUrl;
our $HELP = {
'company url' => {
title => 'company url title',
body => 'company url body',
related => [
{
tag => 'macros using',
namespace => 'WebGUI'
},
]
},
};
1;