I think in to get the id of article and makes an IF to call CGBlog changing the action property, but I don't know how to do this

Code: Select all
{if !empty($smarty.get.cntnt01articleid)}
{CGBlog action='detail' articleid=$smarty.get.cntnt01articleid}
{else}
{CGBlog}
{/if}
In most cases default templates have to be altered the way one needs.It is any issue on the blog templates?