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

22 lines
477 B
Perl

package WebGUI::i18n::English::Macro_Page;
our $I18N = {
'page title' => {
message => q|Page Macro|,
lastUpdated => 1112466408,
},
'page body' => {
message => q|
<b>&#94;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 &#94;Page("urlizedTitle"); or to get the menu title like this &#94;Page("menuTitle");.
<p>
|,
lastUpdated => 1112466919,
},
};
1;