<% Root.sys_title %> |
render the system-title of this antville-installation |
Sourcecode in Root/sysmgr_macros.js:
1: function sys_title_macro(param) { 2: if (param.as == "editor") 3: Html.input(this.createInputParam("sys_title", param)); 4: else 5: res.write(this.getTitle()); 6: return; 7: } |