View Single Post
  #2  
Old 08-09-2007, 04:59 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: {php} inside template - using smarty variable

{assign var=tocheck value=$orders[oid].login}
{php}
$chkval = $this->get_template_vars('tocheck');
checkordernumber($chkval);
{/php}
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote