- Renamed layout asset to page.

- CS Post reply URLs are now shortened to an incremented reply number.
 - Added a Rich Editor Configuration asset.
This commit is contained in:
JT Smith 2005-05-02 00:50:28 +00:00
parent 923e99ccf2
commit 959872102e
8 changed files with 226 additions and 66 deletions

View file

@ -123,7 +123,7 @@ Returns the displayable name of this asset.
=cut
sub getName {
return "Layout";
return WebGUI::International::get("layout","Asset_Layout");
}