D. New Listings

New Listings calls a function and displays your most viewed listings in a table.

To call this function you would include the following code in any template file you want it to appear.

{new_listings number=8 table_attr='width="100%" style="border: 1px solid #000;"' td_attr='valign="middle" align="left"' img_break="<br />"}

This function has two different attribute from the featured listings and it is:
img_break
date_format

The img_break defines what happens after the image is shown. In the example above a <br> or line break is added. This function is also meant to be shown vertically.

The date_format is how you want the date to be displayed. The default is %B %e,%Y %I:%M %p or December 1, 2005 05:13:23. You can pass any date format you prefer and a list of variables is available here:
http://smarty.php.net/manual/en/lang...ate.format.php

This function is also meant to be shown vertically.