adding RandomThread macro thanks to Wouter Vijvers

This commit is contained in:
JT Smith 2005-12-01 06:40:27 +00:00
parent ff6fa1c893
commit 440ca63333
6 changed files with 245 additions and 0 deletions

View file

@ -0,0 +1,31 @@
package WebGUI::Help::Macro_RandomThread;
our $HELP = {
'random thread' => {
title => 'random thread title',
body => 'random thread body',
fields => [
],
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
{
tag => 'macros list',
namespace => 'Macros'
},
{
tag => 'random asset proxy',
namespace => 'Macro_RandomAssetProxy'
},
{
tag => 'collaboration post list template variables',
namespace => 'Asset_Collaboration'
}
]
},
};
1;