<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>John Yerhot - Weblog &#187; front_page</title>
	<atom:link href="http://www.johnyerhot.com/tag/front_page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnyerhot.com</link>
	<description>moof</description>
	<lastBuildDate>Mon, 16 Aug 2010 22:11:50 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Drupal &#124; Front Page Module + Nice Menus = Headache</title>
		<link>http://www.johnyerhot.com/2008/03/03/drupal-front-page-module-nice-menus-headache/</link>
		<comments>http://www.johnyerhot.com/2008/03/03/drupal-front-page-module-nice-menus-headache/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 19:23:48 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[front_page]]></category>
		<category><![CDATA[nice_menus]]></category>

		<guid isPermaLink="false">http://www.johnyerhot.com/2008/03/03/drupal-front-page-module-nice-menus-headache/</guid>
		<description><![CDATA[I&#8217;ve spend all morning trying to get this to work.  I am using nice menus and the frontpage modules in Drupal for a project at work and I could not for the life of me get the nice menu to work on the newly created frontpage I set up using &#8220;full&#8221; type of front page.
After [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spend all morning trying to get this to work.  I am using <a href="http://drupal.org/project/nice_menus">nice menus</a> and the <a href="http://drupal.org/project/front">frontpage</a> modules in Drupal for a project at work and I could not for the life of me get the nice menu to work on the newly created frontpage I set up using &#8220;full&#8221; type of front page.</p>
<p>After hours of banging my head on the desk I&#8217;ve figured it out.</p>
<blockquote><p>    &lt;?php<br />
$block = module_invoke(&#8217;nice_menus&#8217;, &#8216;block&#8217;, &#8216;view&#8217;, 1);<br />
print $block['content'];<br />
?&gt;</p></blockquote>
<p>Yes that is it.  This will print out the contents of the nice menus block.  Ugh.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnyerhot.com/2008/03/03/drupal-front-page-module-nice-menus-headache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
