Updated forum help.

This commit is contained in:
Leendert Bottelberghs 2004-08-19 15:58:40 +00:00
parent e7911d9210
commit 3944ba6e99
2 changed files with 73 additions and 1 deletions

View file

@ -1151,7 +1151,28 @@ our $HELP = {
related => [
],
},
'forum post preview template' => {
title => 'Forum, Post Preview Template Title',
body => 'Forum, Post Preview Template Body',
related => [
{
tag => 'forum post template',
namespace => 'WebGUI'
},
{
tag => 'forum discussion properties',
namespace => 'WebGUI'
},
{
tag => 'template language',
namespace => 'WebGUI'
},
{
tag => 'templates manage',
namespace => 'WebGUI'
}
],
}
};
1;