Passing variables to a nid
| Newsgroups | gmane.comp.lang.perl.modules.template-toolkit |
|---|---|
| Message-ID | <3fece99ca63b1750f25049233d8cc7e9.squirrel@webmail.computersystemconsulting.ca> |
Hi I want to pass a value into the fallowing. [%# embed(data.page_top_view,['-PAGE_TITLE','$PageName',]) %] [% embed(data.page_top_view,['-PAGE_TITLE',[%link.viewname%]) %] $PageName I an getting from a database query based. the bottom one is the logical way to do this but the is an issue about [% %] within [% %] How do I get around this? Thanks for the help Shanta