In EE 1.x I was able to create global variables in path.php by putting them in the $global_vars array:
$global_vars['my_variable_key'] = 'whatever';I could then access them in my templates with {my_variable_key}
I’d like to do the same in EE 2.x. Can you tell me how?
Many thanks
Mark