| Yeah, you can probably also do it like
{if $pagename eq "story"}
{if $request_category eq "dogs"}
<----Advertisement about dogs----->
{/if}{/if}
{if $pagename eq "story"}
{if $request_category eq "birds"}
<---Advertisement about birds------>
{/if}{/if}
and so on... |