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

22 lines
497 B
Perl

package WebGUI::i18n::English::RootTitle;
our $I18N = {
'root title title' => {
message => q|Root Title Macro|,
lastUpdated => 1112466408,
},
'root title body' => {
message => q|
<b>&#94;RootTitle;</b><br>
Returns the title of the root of the current page. For instance, the main root in WebGUI is the "Home" page. Many advanced sites have many roots and thus need a way to display to the user which root they are in.
<p>
|,
lastUpdated => 1112466919,
},
};
1;