View Single Post
  #2  
Old 03-19-2003, 10:38 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

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
Reply With Quote