24 lines
620 B
Perl
24 lines
620 B
Perl
package WebGUI::i18n::English::AssetProxy;
|
|
|
|
our $I18N = {
|
|
|
|
'asset proxy title' => {
|
|
message => q|Asset Proxy Macro|,
|
|
lastUpdated => 1112315917,
|
|
},
|
|
|
|
'asset proxy body' => {
|
|
message => q|
|
|
<P><B>^AssetProxy</B>();<BR>
|
|
<B>^AssetProxy</B>(<i>Asset URL</i>);<BR>
|
|
This macro is used to render an Asset and display it inline according
|
|
to its template. Any Asset can be displayed, including Navigations,
|
|
images, links to files for downloading, snippets or for displaying
|
|
content from another part of the site on this page.
|
|
|,
|
|
lastUpdated => 1112315914,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|