Hello Guys,
I would like to include the content of an embedded page into a .tpl file
In customer/main/subcategories.tpl i have added this code a the top of the page :
Code:
{if $cat eq 244}
{include file="" }
{else}
If the cateogry is 244 i would like to call the content of an embedded page instead of the subcategories list.
Do you have any idea how i could do this?
Thanks a lot