View Single Post
(#9)
MSeven MSeven is offline
Junior Member
MSeven is on a distinguished road
 
Posts: 16
Join Date: Oct 2006
Location: Dallas, Texas
Thumbs down 10-12-2006, 10:15 AM

Quote:
Originally Posted by Lhotch

PHP Code:
{foreach name=outer item=contact from=$breadcrumb}
{foreach
item=item from=$contact}
{
assign var=category value=$item|strip_tags}
{/foreach}
{/foreach}
{if
$section==""}
<!--
// Header // -->
<div id="header"><a href="index.php"><img src="templates/{$smarty.const.MAIN_TEMPLATE}/images/header.gif" width="633" height="93" border="0" alt="{$title}" /></a></div>
<!--
// Header // -->
{else}
<!--
// Header // -->
<div id="header"><a href="index.php"><img src="templates/{$smarty.const.MAIN_TEMPLATE}/images/{$category}.gif" width="633" height="93" border="0" alt="{$title}" /></a></div>
<!--
// Header // -->
{/if}
{
assign var=item value=""}

Thanks Larry. It almost worked!
Only, it appears to be displaying the "header.gif", for All categories. And the {$category}.gif, not at all.


M7
v.3.1.5 Developer