webgui/lib/WebGUI/Help/Account_User.pm
2013-03-20 21:38:23 -07:00

24 lines
440 B
Perl

package WebGUI::Help::Account_User;
use strict;
our $HELP = {
'layout template' => {
title => 'user layout template title',
body => 'user layout template body',
isa => [
],
fields => [ ],
variables => [ ],
related => [
{
tag => 'display account template',
namespace => 'Auth',
},
],
},
};
1;
#vim:ft=perl