View Single Post
(#7)
MSeven MSeven is offline
Junior Member
MSeven is on a distinguished road
 
Posts: 16
Join Date: Oct 2006
Location: Dallas, Texas
Default 10-11-2006, 05:48 PM

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.


M7
v.3.1.5 Developer