diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index cbf11e044..dec6eff8d 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -3162,7 +3162,7 @@ The URL to the home page. The translated label for the link to the home page or the text that you supply to the macro.
^/; - System URL
The URL to the gateway script (example: /index.pl/).
-
^\; - Page URL
The URL to the current page (example: /index.pl/pagename).
+
^PageUrl; - Page URL
The URL to the current page (example: /index.pl/pagename).
^Navigation(crumbTrail);
A dynamically generated crumb trail to the current page.
NOTE: The .crumbTrail style sheet class is tied to this macro.
^Navigation(FlexMenu);
This menu macro creates a top-level menu that expands as the user selects each menu item.
.selectedMenuItem
Use this class to highlight the current page in any of the menu macros.
.verticalMenu
The vertical menu (if you use a vertical menu macro).
.horizontalMenu
The horizontal menu (if you use a horizontal menu macro).