Page 1 of 1

[solved] using tags in smarty templates

Posted: Fri May 11, 2007 11:25 am
by aln_cms
Hi, I've created a module based on the news module,
in the search/display template I want to add the following {cms_module module="Album" album={$entry->albumid}}

the parser doesn't deal with the nested parentheses very well and the album id does not get passed to the Album module.... is there any way I can get around this

Al

Re: using tags in smarty templates

Posted: Fri May 11, 2007 11:53 am
by aln_cms
I solved this, I am an idiot...

{cms_module module="Album" albumid=$entry->prop_album_id number="1"}


no need for the inner parentheses