I see smarty var for site url as { $config.root_surl} but in template I need to do some str_replace so I need the actual php var to be used as PHP: {php} $string = str_replace('amember','',$config.root_surl);{/php} how would I do this in header.html ?