webgui/lib/WebGUI/Help/Account_FriendManager.pm
2009-04-07 09:34:58 -07:00

26 lines
516 B
Perl

package WebGUI::Help::Account_FriendManager;
use strict;
our $HELP = {
'view friend manager' => {
title => 'Friend Manager View Template',
body => '',
isa => [
],
fields => [ ],
variables => [
{ name => 'group_loop',
variables => [
{ name => 'groupId', },
{ name => 'groupName', },
]
},
],
related => [ ],
},
};
1;
#vim:ft=perl