33 lines
705 B
Perl
33 lines
705 B
Perl
package WebGUI::i18n::English::Macro_PageTitle;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Page Title|,
|
|
lastUpdated => 1128839334,
|
|
},
|
|
|
|
'page title title' => {
|
|
message => q|Page Title Macro|,
|
|
lastUpdated => 1128839384,
|
|
},
|
|
|
|
'page title body' => {
|
|
message => q|
|
|
|
|
<p><b>^PageTitle;</b><br />
|
|
Displays the title of the current page.
|
|
</p>
|
|
|
|
<p><b>NOTES:</b><br />
|
|
<ul>
|
|
<li>If you begin using admin functions or the in-depth functions of any wobject, the page title will become a link that will quickly bring you back to the page.</li>
|
|
<li>This Macro may be nested inside other Macros if the title does not contain commas or quotes</li>
|
|
</ul>
|
|
</p>
|
|
|,
|
|
lastUpdated => 1168622805,
|
|
},
|
|
};
|
|
|
|
1;
|