webgui/lib/WebGUI/i18n/English/PageTitle.pm
2005-04-03 07:39:56 +00:00

25 lines
499 B
Perl

package WebGUI::i18n::English::PageTitle;
our $I18N = {
'page title title' => {
message => q|PageTitle Macro|,
lastUpdated => 1112503983,
},
'page title body' => {
message => q|
<b>&#94;PageTitle;</b><br>
Displays the title of the current page.
<p>
<B>NOTE:</b> 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.
<p>
|,
lastUpdated => 1112504006,
},
};
1;