add random tips page

This commit is contained in:
Colin Kuskie 2006-04-21 22:32:45 +00:00
parent 813b11ac3a
commit 8bee815ff9
2 changed files with 29 additions and 0 deletions

View file

@ -702,6 +702,14 @@ our $HELP = {
related => [
],
},
'webgui tips' => {
title => 'webgui tips title',
body => 'webgui tips body',
fields => [
],
related => [
],
},
};
1;