Eaiest bet is to put this directly within the PHP files themselves.
For the main part of the shop this would be home.php.
If you are wanting to assign variable to be able to display in the templates then use:
$smarty->assign("variable_that_you_can_use_in_templates",$ php_created_variable);
__________________
ex x-cart guru
|