| Author |
Message |
Simon
|
Posted: 22 Jan 2007 04:32:27
How do you create new ad positions?
|
Simon
|
Posted: 22 Jan 2007 05:29:56
Is it case of copying this code and changing top to right or to whatever I want?
{if $ADMIN.Name}
{if $_output.show_admin_ads}
<div class="for_banner">{show_ads id=$_output.cat_info.ID type=$type position=top}</div>
{/if}
{else}
<div class="for_banner">{show_ads id=$_output.cat_info.ID type=$type position=top}</div>
{/if}
{else}
{if $ADMIN.Name}
{if $_output.show_admin_ads}
<div class="for_banner">{show_ads id=$_output.cat_info.ID type=$type position=top}</div>
{/if}
{else}
<div class="for_banner">{show_ads id=0 type=$type position=top}</div>
{/if}
|
Simon
|
Posted: 22 Jan 2007 05:35:20
It's alright, I've worked it out
|
|