![]() |
![]() |
![]() |
|
|||||||
| Existing Templates Want to adjust logo or center some piece of text in your directory? Get advice on how to do it in this forum dedicated to pre-installed templates. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Super Moderator
Join Date: Oct 2005
Location: (California)
Posts: 5,299
![]() ![]() ![]() ![]() |
Hi dtp3
Try this. Code:
{if $category.id eq 0}
{if $new_listings}
{include file="box-header.tpl" caption=$lang.new_listings}
<div class="listings">
<table cellspacing="0" cellpadding="0">
{foreach from=$new_listings item=listing}
{include file="listing-display.tpl"}
{/foreach}
</table>
</div>
{include file="box-footer.tpl"}
{/if}
{if}
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|