Macro help pruning, up through but NOT including RootTitle

This commit is contained in:
Colin Kuskie 2007-07-17 22:27:30 +00:00
parent 3fa2a81d98
commit 1d9a95cce2
30 changed files with 24 additions and 590 deletions

View file

@ -22,23 +22,6 @@ our $I18N = {
lastUpdated => 1112466408,
},
'include title' => {
message => q|Include Macro|,
lastUpdated => 1112466408,
},
'include body' => {
message => q|
<p><b>&#94;Include();</b><br />
Allows a content manager or administrator to include a file from the local filesystem.
</p>
<p><i>Example:</i> &#94;Include("/this/file.html");
</p>
<p>This Macro may be nested inside other Macros if the included text does not contain commas or quotes.</p>
|,
lastUpdated => 1168622508,
},
};
1;