Re: [PHP-DEV] PHP and Smarty Templates

2002-10-13 Thread Arnaud Limbourg
Please ask this question in [EMAIL PROTECTED] Thanks. > I have a variable in a smarty template: $product.url ... > > Within the smarty template I have: {include file="getTable.tpl"} ... > > In the included template I have a function called: getTable($url) ... > > From the original template wh

[PHP-DEV] PHP and Smarty Templates

2002-10-09 Thread Calking
I have a variable in a smarty template: $product.url ... Within the smarty template I have: {include file="getTable.tpl"} ... In the included template I have a function called: getTable($url) ... >From the original template where the $product.url resides, I would like to pass that value into t