#
# Other webmail implementations # ||cgi|| <= always the cgi url # testbed: ||tpl|| ||js|| ||css|| <== template parsed files # ||xtpl|| ||xjs|| ||xcss|| # # # The new web vars # ||cgi|| # ||www_base|| << Includes caching id # ||www|| << Includes caching id # ||custom|| << Includes caching id # # Now what is happening with the defs variables ?? # Have system, global, domain and group defs files => parameters that are always loaded # Also have the equivalien _defs.tpl file which I used in the testbed => included in all the modules # # Try to avoid any user (that includes group) specific stuff in the combined css and js files. This means these fies can actually be permanently cached # or else that would not be possible, and any cachign ID would need to have some form of user and group specificity?!?! ||if(and(istrue(https_required),not(istrue(https_secured))))|| ||endif|| ||ifndef||domain defs load|| ||if(istrue(custom_css))||||endif|| ||if(istrue(custom_js))||||endif|| ||endif|| ||ifdef||live_id|| ||include||shared/modules/_live_win.htm|| ||endif||