removed JavaScript, StyleSheet, and RawHeadTags macros

This commit is contained in:
JT Smith 2006-04-19 19:39:26 +00:00
parent 722a214f80
commit 11385d7957
14 changed files with 28 additions and 277 deletions

View file

@ -1,20 +0,0 @@
package WebGUI::Help::Macro_JavaScript;
our $HELP = {
'java script' => {
title => 'java script title',
body => 'java script body',
fields => [
],
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
]
},
};
1;

View file

@ -1,20 +0,0 @@
package WebGUI::Help::Macro_RawHeadTags;
our $HELP = {
'raw head tags' => {
title => 'raw head tags title',
body => 'raw head tags body',
fields => [
],
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
]
},
};
1;

View file

@ -1,20 +0,0 @@
package WebGUI::Help::Macro_StyleSheet;
our $HELP = {
'style sheet' => {
title => 'style sheet title',
body => 'style sheet body',
fields => [
],
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
]
},
};
1;