<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/template</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 24 Jul 2008 08:11:51 GMT</pubDate>
<item>
<title>(PHP) Drupal 5.x page.tpl.php template - panatlantica</title>
<link>http://snipplr.com/view/6428/drupal-5x-pagetplphp-template/</link>
<description><![CDATA[ <p>This is a stipped-down version of the original page.tpl.php from Drupal 5.x's Bluemarine theme. Just add your own DIVs.</p> ]]></description>
<pubDate>Fri, 23 May 2008 07:35:36 GMT</pubDate>
<guid>http://snipplr.com/view/6428/drupal-5x-pagetplphp-template/</guid>
</item>
<item>
<title>(PHP) Wordpress: Page Template Header - Wiederkehr</title>
<link>http://snipplr.com/view/5338/wordpress-page-template-header/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 09 Mar 2008 10:38:39 GMT</pubDate>
<guid>http://snipplr.com/view/5338/wordpress-page-template-header/</guid>
</item>
<item>
<title>(PHP) simple template engine - fris</title>
<link>http://snipplr.com/view/5321/simple-template-engine/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 08 Mar 2008 11:55:33 GMT</pubDate>
<guid>http://snipplr.com/view/5321/simple-template-engine/</guid>
</item>
<item>
<title>(PHP) mergeDocumentContentX - chucktrukk</title>
<link>http://snipplr.com/view/5089/mergedocumentcontentx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Feb 2008 07:44:06 GMT</pubDate>
<guid>http://snipplr.com/view/5089/mergedocumentcontentx/</guid>
</item>
<item>
<title>(PHP) chunkListParser - chucktrukk</title>
<link>http://snipplr.com/view/5088/chunklistparser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Feb 2008 07:41:43 GMT</pubDate>
<guid>http://snipplr.com/view/5088/chunklistparser/</guid>
</item>
<item>
<title>(PHP) Allow per-region template overrides. - berkes</title>
<link>http://snipplr.com/view/5042/allow-perregion-template-overrides/</link>
<description><![CDATA[ <p>A per-region override. 
ogt_blocks is ran for a region, if a region contains blocks, we search for a theme function named theme_region_regionname(). If exists, we run that, else we just return the concatenated blocks for that region.</p> ]]></description>
<pubDate>Wed, 13 Feb 2008 09:18:37 GMT</pubDate>
<guid>http://snipplr.com/view/5042/allow-perregion-template-overrides/</guid>
</item>
<item>
<title>(PHP) Easy debug variable to find what vars are available in a tpl.php file - berkes</title>
<link>http://snipplr.com/view/5039/easy-debug-variable-to-find-what-vars-are-available-in-a-tplphp-file/</link>
<description><![CDATA[ <p>An easy debug trick: gives you a variable that you can print in any tpl.php to find out what vars you have available there.</p> ]]></description>
<pubDate>Wed, 13 Feb 2008 03:30:30 GMT</pubDate>
<guid>http://snipplr.com/view/5039/easy-debug-variable-to-find-what-vars-are-available-in-a-tplphp-file/</guid>
</item>
<item>
<title>(PHP) php index template include - withremote</title>
<link>http://snipplr.com/view/4723/php-index-template-include/</link>
<description><![CDATA[ <p>used as "http://www.somesite.com/index.php?xcr=page.php"
page.php is plugged into the template index.php which hold the shell of a site.</p> ]]></description>
<pubDate>Tue, 22 Jan 2008 10:56:25 GMT</pubDate>
<guid>http://snipplr.com/view/4723/php-index-template-include/</guid>
</item>
<item>
<title>(PHP) Page Template - kristin</title>
<link>http://snipplr.com/view/4476/page-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Jan 2008 16:18:25 GMT</pubDate>
<guid>http://snipplr.com/view/4476/page-template/</guid>
</item>
<item>
<title>(PHP) Function Template - engel</title>
<link>http://snipplr.com/view/4206/function-template/</link>
<description><![CDATA[ <p>Add this template before functions in a library, in order to give a good description of what it is and what it does. Replace all in < and > with your values.</p> ]]></description>
<pubDate>Wed, 28 Nov 2007 09:33:03 GMT</pubDate>
<guid>http://snipplr.com/view/4206/function-template/</guid>
</item>
<item>
<title>(PHP) Wordpress Static HTML Template - llbbl</title>
<link>http://snipplr.com/view/2727/wordpress-static-html-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 May 2007 15:16:57 GMT</pubDate>
<guid>http://snipplr.com/view/2727/wordpress-static-html-template/</guid>
</item>
<item>
<title>(PHP) link images to their own node. - berkes</title>
<link>http://snipplr.com/view/2306/link-images-to-their-own-node/</link>
<description><![CDATA[ <p>This snippet is for use with image module, a small contributed module for image handling. (Yes: in Drupal you need a /contributed/ module for this o_O.

The template snippet  links the images to their own node.</p> ]]></description>
<pubDate>Mon, 12 Mar 2007 11:30:43 GMT</pubDate>
<guid>http://snipplr.com/view/2306/link-images-to-their-own-node/</guid>
</item>
<item>
<title>(PHP) useful pear html template it script (show variables in a template) - pckujawa</title>
<link>http://snipplr.com/view/783/useful-pear-html-template-it-script-show-variables-in-a-template/</link>
<description><![CDATA[ <p>(Applies to the HTML_Template_IT PEAR package)
Useful script to find all global variables and put them
in a format for an array. $t is the HTML_Template_IT(X) object.</p> ]]></description>
<pubDate>Fri, 11 Aug 2006 14:44:24 GMT</pubDate>
<guid>http://snipplr.com/view/783/useful-pear-html-template-it-script-show-variables-in-a-template/</guid>
</item>
<item>
<title>(PHP) Smarty_Backoffice - Bunker</title>
<link>http://snipplr.com/view/81/smartybackoffice/</link>
<description><![CDATA[ <p>The standard tag for the new class Smarty_Backoffice in my application.</p> ]]></description>
<pubDate>Thu, 29 Jun 2006 09:43:07 GMT</pubDate>
<guid>http://snipplr.com/view/81/smartybackoffice/</guid>
</item>
</channel>
</rss>