XF 2.0 How to create GLOBALS variable in Xenforo 2.0?

zoom360

Active member
How to create GLOBALS variables that are valid for all pages in xenforo 2.0
Example:
PHP:
$GLOBALS['abc'] = 'def';
 
Top Bottom