Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Template Theme

Variable: $cfg['template']['loadMainEventB4']

Effected class: template global

Config type: template

Type of data: boolean|integer

Platform: 2v

How to call: basic::$cfg['template']['loadMainEventB4']

Description:
Template is being built from precreated files that are set on template such as: meta, header, footer and ect. The template plan files are loaded in sequence of their order. We can choose if to load the "mainEvent" (the controller action output) before the template or after it. If we choose to load it before - We can pass variables such as "meta description" into the meta tags of the template. If not, variables will not pass and the "action" can't "talk" with the template files.
Available options:
False|0 - Disable.
True|1 - Enable.
example: 1
The default set of "loadMainEventB4".
How to set (example):
Code:
Info Panel
Roll it!   ⇔