I'm really frustrated with this smarty stuff. I don't know...maybe I'm too junior a PHP developer to understand it all. I would like to setup a global variable, to be used in a bunch of templates and emails. I created a new site.inc.php, and thought that I could just add the variable in there...something like $dmURL = "http://www.cnn.com";. But then how do I access this variable in the email and template files? Is there another way to do this?