Quote:
Originally Posted by Lhotch
Ok, try this.....
PHP Code:
{foreach name=outer item=section from=$breadcrumb} {foreach item=item from=$section} {assign var=section 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/{$item}.gif" width="633" height="93" border="0" alt="{$title}" /></a></div> <!-- // Header // --> {/if} {assign var=item value=""}
|
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.
