Docs for AdSpace Macro

This commit is contained in:
Colin Kuskie 2006-04-14 02:49:31 +00:00
parent fd4453df58
commit fd1eb52e3e
2 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,15 @@
package WebGUI::Help::Macro_AdSpace;
our $HELP = { ##hashref of hashes
'ad space' => {
title => 'adspace title', #The title and body are looked up in the
body => 'adspace body', #i18n file of the same name
fields => [
],
related => [
],
},
};
1;