<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: osCommerce Breadcrumb Tips</title>
	<atom:link href="http://www.clubosc.com/oscommerce-breadcrumb-tips.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.clubosc.com/oscommerce-breadcrumb-tips.html</link>
	<description>Showcasing osCommerce...the good, the bad and the ugly!</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:32:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Gary</title>
		<link>http://www.clubosc.com/oscommerce-breadcrumb-tips.html/comment-page-1#comment-4537</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 21 Oct 2010 09:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=124#comment-4537</guid>
		<description>Really nice mate!</description>
		<content:encoded><![CDATA[<p>Really nice mate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.clubosc.com/oscommerce-breadcrumb-tips.html/comment-page-1#comment-4532</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 20 Oct 2010 18:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=124#comment-4532</guid>
		<description>Gary,

Just to show you what I achieved with your help:

&lt;img src=&quot;http://www.inkandtoners.co.uk/images/breadcrumb/osc_breadcrumb.jpg&quot; /&gt;

</description>
		<content:encoded><![CDATA[<p>Gary,</p>
<p>Just to show you what I achieved with your help:</p>
<p><img src="http://www.inkandtoners.co.uk/images/breadcrumb/osc_breadcrumb.jpg" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.clubosc.com/oscommerce-breadcrumb-tips.html/comment-page-1#comment-4524</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 19 Oct 2010 18:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=124#comment-4524</guid>
		<description>Nice one!

Cheers G.</description>
		<content:encoded><![CDATA[<p>Nice one!</p>
<p>Cheers G.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.clubosc.com/oscommerce-breadcrumb-tips.html/comment-page-1#comment-4523</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Tue, 19 Oct 2010 13:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=124#comment-4523</guid>
		<description>Mate, this is an old one :)

You can do this.  The seperator is this bit;

$breadcrumb-&gt;trail(&#039; &#187; &#039;);

so you&#039;d do this;

$breadcrumb-&gt;trail(tep_image(DIR_WS_IMAGES . &#039;arrow.gif&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;, &#039;align=&quot;absmiddle&quot;&#039;));

And for the home link, you can do similar in the application_top.php file;

$breadcrumb-&gt;add(tep_image(DIR_WS_IMAGES . &#039;home.gif&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;, &#039;align=&quot;absmiddle&quot;&#039;) , HTTP_SERVER);

and you&#039;ll end up with something like this (obviously you&#039;d style the rest of it appropriately);

&lt;img src=&quot;http://www.clubosc.com/test/20101019-x.jpg&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>Mate, this is an old one <img src='http://www.clubosc.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can do this.  The seperator is this bit;</p>
<p>$breadcrumb->trail(&#039; &raquo; &#039;);</p>
<p>so you&#039;d do this;</p>
<p>$breadcrumb->trail(tep_image(DIR_WS_IMAGES . &#039;arrow.gif&#039;, &#034;, &#034;, &#034;, &#039;align=&#034;absmiddle&#034;&#039;));</p>
<p>And for the home link, you can do similar in the application_top.php file;</p>
<p>$breadcrumb->add(tep_image(DIR_WS_IMAGES . &#039;home.gif&#039;, &#034;, &#034;, &#034;, &#039;align=&#034;absmiddle&#034;&#039;) , HTTP_SERVER);</p>
<p>and you&#039;ll end up with something like this (obviously you&#039;d style the rest of it appropriately);</p>
<p><img src="http://www.clubosc.com/test/20101019-x.jpg" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.clubosc.com/oscommerce-breadcrumb-tips.html/comment-page-1#comment-4522</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 19 Oct 2010 13:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=124#comment-4522</guid>
		<description>Gary,

Dragging up an old thread, do you know if you could substitute an image for a link?

I&#039;d like to use an image of a house for &#039;Home&#039; and possibly change the separator to an image.

Cheers,

Paul</description>
		<content:encoded><![CDATA[<p>Gary,</p>
<p>Dragging up an old thread, do you know if you could substitute an image for a link?</p>
<p>I&#039;d like to use an image of a house for &#039;Home&#039; and possibly change the separator to an image.</p>
<p>Cheers,</p>
<p>Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>

