<?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>walking upright &#187; drupal</title>
	<atom:link href="http://walking.alphex.com/tag/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://walking.alphex.com</link>
	<description>42 0F CC FC B0 C3 50 D5 BE 38 37 B0 DD 9A CF 80</description>
	<lastBuildDate>Mon, 07 Jun 2010 19:25:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>drupal code snippits</title>
		<link>http://walking.alphex.com/2009/05/04/drupal-code-snippits/</link>
		<comments>http://walking.alphex.com/2009/05/04/drupal-code-snippits/#comments</comments>
		<pubDate>Mon, 04 May 2009 04:34:27 +0000</pubDate>
		<dc:creator>duran</dc:creator>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://walking.alphex.com/?p=827</guid>
		<description><![CDATA[I do a lot of my freelance work with drupal these days.
I recently came across the need to significant modify the header area of a site&#8230;
I had to figure out how to get this to work, but someone else did most of the labor.
Drop this in your template.php file 

function THEMENAME_preprocess_page(&#038;$variables) {
  if ($variables['node']->type [...]]]></description>
			<content:encoded><![CDATA[<p>I do a lot of my freelance work with drupal these days.<br />
I recently came across the need to significant modify the header area of a site&#8230;</p>
<p>I had to figure out how to get this to work, but someone else did most of the labor.</p>
<p>Drop this in your template.php file </p>
<p><code><br />
function THEMENAME_preprocess_page(&#038;$variables) {<br />
  if ($variables['node']->type == "my_content_type") {<br />
    $variables['template_files'][] = 'page-node-my_content_type';<br />
  }<br />
}<br />
</code></p>
<p>replace &#8220;THEMENAME&#8221; with the name of your theme, and now you can create &#8220;page-node-NODETYPE.tpl.php&#8221; files to your hearts content.</p>
<p>I got this from <a href="http://drupal.org/node/223440" target="_blank">http://drupal.org/node/223440</a></p>
<p>(yeah, now I have to migrate my blog to drupal <img src='http://walking.alphex.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>]]></content:encoded>
			<wfw:commentRss>http://walking.alphex.com/2009/05/04/drupal-code-snippits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
