Wednesday 23 August 2006 9:29:26 pm
I have a folder name News . In that folder a have 10 articles.
Articls Name Article id
1.aaaaa 200
2.bbbbb 202
3.cccc 203 and so on.............
{let matchme=$node.object.data_map.news_title.contentobject_id}
{$matchme}
{switch match=$matchme}
{case match='200'}
{include uri="design:article1.tpl"}
{/case}
{case match=201
{attribute_view_gui attribute=$node.object.data_map.news_title} {/case}
{case}
{attribute_view_gui attribute=$node.object.data_map.news_title}
{/case}
{/switch} {/let}
|