webgui/lib/WebGUI/i18n/English/Macro_Include.pm
2005-04-05 17:45:35 +00:00

24 lines
422 B
Perl

package WebGUI::i18n::English::Macro_Include;
our $I18N = {
'include title' => {
message => q|Include Macro|,
lastUpdated => 1112466408,
},
'include body' => {
message => q|
<b>&#94;Include();</b><br>
Allows a content manager or administrator to include a file from the local filesystem.
<p/>
<i>Example:</i> &#94;Include("/this/file.html");
<p>
|,
lastUpdated => 1112466919,
},
};
1;