can someone tell me where's my error..
i'm passing a variable to the included file; I understand that if var is defined in .tpl file only, it is local - and included file should read that variable just fine...
Code:
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=100%" b_image="../files/bgs/couple_bg1.jpg"}
then I have
inside of dialog.tpl to see if it works... nothing gets printed