<?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"
	>
<channel>
	<title>Comments on: Changing the &#8216;Home&#8217; breadcrumb in Drupal 6</title>
	<atom:link href="http://www.ridgesolutions.ie/index.php/2009/04/27/changing-the-home-breadcrumb-in-drupal-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ridgesolutions.ie/index.php/2009/04/27/changing-the-home-breadcrumb-in-drupal-6/</link>
	<description>Engineered Software</description>
	<pubDate>Tue, 07 Sep 2010 02:02:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Gareth S Price</title>
		<link>http://www.ridgesolutions.ie/index.php/2009/04/27/changing-the-home-breadcrumb-in-drupal-6/#comment-4372</link>
		<dc:creator>Gareth S Price</dc:creator>
		<pubDate>Sat, 30 Jan 2010 14:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ridgesolutions.ie/?p=70#comment-4372</guid>
		<description>Here's what I ended up with, based on the code above:

&lt;code&gt;
function phptemplate_breadcrumb($breadcrumb) {
	if(!empty($breadcrumb)) {
		$breadcrumb[0] = l(variable_get('site_name', 'Home'), '');
	}
	return theme_breadcrumb($breadcrumb);
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s what I ended up with, based on the code above:</p>
<div class="codesnip-container" >function phptemplate_breadcrumb($breadcrumb) {<br />
	if(!empty($breadcrumb)) {<br />
		$breadcrumb[0] = l(variable_get(&#8217;site_name&#8217;, &#8216;Home&#8217;), &#8221;);<br />
	}<br />
	return theme_breadcrumb($breadcrumb);<br />
}</div>
]]></content:encoded>
	</item>
</channel>
</rss>
