{title}[[Business Catalog]]{if $current_company} :: {$current_company.name}{/if}{/title}
| {if $current_company}{$current_company.name}{else}[[Business Catalog]]{/if} |
{if $current_category}
{if $current_company}
{$current_company.full} [[Back]]
{else}
{foreach from=$records item=a}
| {$a.name} |
{if $a.description}
{$a.description|nl2br}
|
{/if}
{if $a.location}
| [[Location]]: {$a.location} |
{/if}
{if $a.email}
| [[E-mail]]: {$a.email} |
{/if}
{if $a.url}
| [[Website]]: {$a.url} |
{/if}
{if $a.address}
| [[Address]]: {$a.address} |
{/if}
| {if $a.phone}
[[Phone]]: {$a.phone} |
{/if}
{if $a.fax}
[[Fax]]: {$a.fax}
{/if}
|
{if !($a.full == "" || $a.full==' ')}
| [[view full profile]] |
{/if}
{/foreach}
{/if}
|
{else}
{foreach from=$records item=a name=foreach}
{if ($smarty.foreach.foreach.iteration - 1) % 2 == 0}
{/if}
|
{$a.name}
|
{if $smarty.foreach.foreach.iteration % 2 == 0}
{/if}
{/foreach}
{if ($smarty.foreach.foreach.total - 1) % 2 != 0}
|
{/if}
{/if}