Quote:
Originally Posted by MSeven
Larry, will take me awhile to integrate and check this out and I didn't want to leave you hanging. The initial test was a dud.  But will keep trying, and see if I can find out why. Will let you know ASAP, (probably tomorrow), but as I said, I didn't want to leave you hanging in the meantime.
p.s. Thanks Larry! I knew you would come to the rescue.
And if I may blow some smoke your way, ...I have read many of your post and find your explanations to be clear and concise, detailed yet specific. And you show a willingness to help that makes a person feel as though everything is gonna be ok. Glad your on the 68 team. 
|
typo in my above code, was using the wrong variable, try this.
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=""}
And thanks for the compliment.