<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: Dezmarie's Code Snippets</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 24 Jul 2008 05:43:52 GMT</pubDate>
    <description>DZone Snippets: Dezmarie's Code Snippets</description>
    <item>
      <title>Joomla Component Breadcrumb fix</title>
      <link>http://snippets.dzone.com/posts/show/4300</link>
      <description>// For when you have breadcrumbs enabled in one of your components and the categories aren't getting linked&lt;br /&gt;// In includes/pathway.php around line 287&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;		// if it is the current page, then display a non hyperlink&lt;br /&gt;		//if ($item-&gt;id == $Itemid || empty( $mid ) || empty($item-&gt;link)) {&lt;br /&gt;		if (($item-&gt;id == $Itemid || empty( $mid ) || empty($item-&gt;link)) &amp;&amp; !($mainframe-&gt;getCustomPathWay())) {&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sun, 15 Jul 2007 00:42:49 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4300</guid>
      <author>dezmarie (Desirae Beberniss)</author>
    </item>
    <item>
      <title>Cannot modify header information - headers already sent by FIX</title>
      <link>http://snippets.dzone.com/posts/show/2575</link>
      <description>Buffers output and eliminates problem with spaces/line breaks at the beginning/end of files. Make sure to place ob_start(); before header(); is called.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;?php&lt;br /&gt;ob_start();&lt;br /&gt;&lt;br /&gt;header("Location: somepage.php"); //Redirect&lt;br /&gt;&lt;br /&gt;ob_end_flush();&lt;br /&gt;exit;&lt;br /&gt;?&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sun, 10 Sep 2006 03:54:29 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2575</guid>
      <author>dezmarie (Desirae Beberniss)</author>
    </item>
  </channel>
</rss>
