I have $env_globals['global:basepath'] = 'http://xxxxxx.com/'; in config.local.php but in my templates, I get {global:basepath} output instead of the value.
This is under a MAMP set-up on my Mac. Everything else works fine. Is there something else I'm missing?
I have
$env_globals['global:basepath'] = 'http://xxxxxx.com/';
in config.local.php but in my templates, I get{global:basepath}
output instead of the value.This is under a MAMP set-up on my Mac. Everything else works fine. Is there something else I'm missing?