Changes between Version 3 and Version 4 of DolphinTutorialMyFirstModule
- Timestamp:
- Jan 29, 2010, 5:43:38 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DolphinTutorialMyFirstModule
v3 v4 254 254 * '''pageStart''' tells you that output will be below 255 255 * '''pageCode''' tells you that output is completed, and the page will be displayed 256 othe first parameter is page name, and we take it from the language file using _t function257 othe second parameter tells the script to wrap the output in a box256 * the first parameter is page name, and we take it from the language file using _t function 257 * the second parameter tells the script to wrap the output in a box 258 258 * '''parseHtmlByName''' function outputs the '''main.html''' file by making all the substitutions. It accepts the array '''$aVars''' of server variables - in this case we declared the '''server_time''' template variable, which is used in the template as '''__server_time__'''. 259 259