diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 0fd67a96e..e787d0d36 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -2127,16 +2127,16 @@ The the content on the current page. Tags that WebGUI automatically generates for you so that caching works the way it should, search engines can find you better, and other useful automated functionality. This should go in the <head> </head> section of your style.
-In addition to the above tags all of the session variables are made available to you just like any other template. We suggest using something like this in the <title> </title> portion of your style: +We suggest using something like this in the <title> </title> portion of your style:
<tmpl_var session.page.title> - <tmpl_var session.setting.companyName>
-Following a guide like the above will help you get good ranking on search engines. +That particular example will help you get good ranking on search engines. |, - lastUpdated => 1101775312, + lastUpdated => 1102702313, }, '860' => { @@ -2907,11 +2907,18 @@ http://www.mysite.com/thisPage#94 }, '826' => { - message => q|WebGUI has a powerful templating language built to give you maximum control over the layout of your content. The following is a list of the template language syntax. + message => q|WebGUI has a powerful templating language built to give you maximum control over the layout of your content.
NOTES:+ +<tmpl_var session.section.variable> + +
+In the examples below, please note that the words foo and bar are used as placeholders for the actual variable names that you'll use. They are not part of the template language. Variables