I am trying to do the following:
Pass the extra page attribute of a page through a modules category parameter
Code: Select all
{cms_module module='module' template='page' category='{page_attr key="extra2"}'}
Code: Select all
{capture assign="pex1"}
{page_attr key="extra1"}
{/capture}
{cms_module module='module' template='page' category='$pex1'}