View Single Post
(#8)
Lhotch's Avatar
Lhotch Lhotch is offline
Moderator
Lhotch is on a distinguished road
 
Posts: 1,116
Join Date: Mar 2006
Default 10-11-2006, 09:01 PM

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.