27 lines
539 B
Perl
27 lines
539 B
Perl
package WebGUI::i18n::English::Macro_Page;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Page|,
|
|
lastUpdated => 1128839316,
|
|
},
|
|
|
|
'page title' => {
|
|
message => q|Page Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'page body' => {
|
|
message => q|
|
|
|
|
<p><b>^Page();</b><br />
|
|
This can be used to retrieve information about the current page. For instance it could be used to get the page URL like this ^Page("urlizedTitle"); or to get the menu title like this ^Page("menuTitle");.
|
|
</p>
|
|
|
|
|,
|
|
lastUpdated => 1146609799,
|
|
},
|
|
};
|
|
|
|
1;
|