<?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>Navarr&#039;s Tech Side &#187; templates</title>
	<atom:link href="http://tech.navarr.me/tag/templates/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.navarr.me</link>
	<description>The Technical Side of my Life</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:32:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='tech.navarr.me' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>What I wished Template Code Looked Like</title>
		<link>http://tech.navarr.me/2008/10/what-i-wished-template-code-looked-like.html</link>
		<comments>http://tech.navarr.me/2008/10/what-i-wished-template-code-looked-like.html#comments</comments>
		<pubDate>Thu, 30 Oct 2008 17:46:00 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://temptech.gtaero.net/?p=47</guid>
		<description><![CDATA[&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xmlns:tpl=&#34;http://www.smarty.net/v/3&#34;&#62;&#60;tpl:strip&#62; &#160;&#160;&#160; &#60;head&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;title&#62;&#60;tpl:var name=&#34;siteName&#34; default=&#34;My Website&#34; /&#62; &#124; &#60;tpl:var name=&#34;pageTitle&#34; default=&#34;Page Title&#34; /&#62;&#60;/title&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tpl:createTag name=&#34;link&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tpl:property name=&#34;rel&#34;&#62;stylesheet&#60;/tpl:property&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tpl:property name=&#34;type&#34;&#62;text/css&#60;/tpl:property&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tpl:property name=&#34;href&#34;&#62;&#60;tpl:var name=&#34;cssDir&#34; /&#62;/default.css&#60;/tpl:property&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/tpl:createTag&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tpl:createTag name=&#34;link&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tpl:property name=&#34;href&#34;&#62;&#60;tpl:var name=&#34;cssDir&#34; /&#62;/christmass.css&#60;/tpl:property&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/tpl:createTag&#62; &#160;&#160;&#160; &#60;/head&#62; &#160;&#160;&#160; &#60;body&#62;&#60;/body&#62; &#60;/tpl:strip&#62;&#60;/html&#62;]]></description>
			<content:encoded><![CDATA[<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;   <br />&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&quot;">http://www.w3.org/1999/xhtml&quot;</a> xmlns:tpl=&quot;<a href="http://www.smarty.net/v/3&quot;">http://www.smarty.net/v/3&quot;</a>&gt;&lt;tpl:strip&gt;    <br />&#160;&#160;&#160; &lt;head&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;title&gt;&lt;tpl:var name=&quot;siteName&quot; default=&quot;My Website&quot; /&gt; | &lt;tpl:var name=&quot;pageTitle&quot; default=&quot;Page Title&quot; /&gt;&lt;/title&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tpl:createTag name=&quot;link&quot;&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tpl:property name=&quot;rel&quot;&gt;stylesheet&lt;/tpl:property&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tpl:property name=&quot;type&quot;&gt;text/css&lt;/tpl:property&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tpl:property name=&quot;href&quot;&gt;&lt;tpl:var name=&quot;cssDir&quot; /&gt;/default.css&lt;/tpl:property&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/tpl:createTag&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tpl:createTag name=&quot;link&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tpl:property name=&quot;href&quot;&gt;&lt;tpl:var name=&quot;cssDir&quot; /&gt;/christmass.css&lt;/tpl:property&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/tpl:createTag&gt;    <br />&#160;&#160;&#160; &lt;/head&gt;    <br />&#160;&#160;&#160; &lt;body&gt;&lt;/body&gt;    <br />&lt;/tpl:strip&gt;&lt;/html&gt;</p>
<div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"><script type="text/javascript">digg_url = "http://tech.gtaero.net/2008/10/what-i-wished-template-code-looked-like.html";digg_title = "What I wished Template Code Looked Like";digg_bgcolor = "#FFFFFF";digg_skin = "compact";</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><script type="text/javascript">digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;</script></div>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2008/10/what-i-wished-template-code-looked-like.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

