<?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/smarty</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 13:53:37 GMT</pubDate>
<item>
<title>(Smarty) [smarty] remove p tag from a string - iwiz</title>
<link>http://snipplr.com/view/69378/smarty-remove-p-tag-from-a-string/</link>
<description><![CDATA[ <p>This will replace p tag and all attributes strings with an empty string.</p> ]]></description>
<pubDate>Mon, 07 Jan 2013 21:31:01 GMT</pubDate>
<guid>http://snipplr.com/view/69378/smarty-remove-p-tag-from-a-string/</guid>
</item>
<item>
<title>(Smarty) UDT to clear cache - maetmar</title>
<link>http://snipplr.com/view/67394/udt-to-clear-cache/</link>
<description><![CDATA[ <p>UDT to clear cache</p> ]]></description>
<pubDate>Thu, 27 Sep 2012 01:25:47 GMT</pubDate>
<guid>http://snipplr.com/view/67394/udt-to-clear-cache/</guid>
</item>
<item>
<title>(Smarty) Symfony 2 Template Cheatsheet - athome</title>
<link>http://snipplr.com/view/59362/symfony-2-template-cheatsheet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 04 Oct 2011 01:10:16 GMT</pubDate>
<guid>http://snipplr.com/view/59362/symfony-2-template-cheatsheet/</guid>
</item>
<item>
<title>(Smarty) Numero aleatorio por rango - badiali</title>
<link>http://snipplr.com/view/59219/numero-aleatorio-por-rango/</link>
<description><![CDATA[ <p>Cambiar el valor "n" por el numero maximo</p> ]]></description>
<pubDate>Wed, 28 Sep 2011 18:45:53 GMT</pubDate>
<guid>http://snipplr.com/view/59219/numero-aleatorio-por-rango/</guid>
</item>
<item>
<title>(Smarty) Prestashop : Base url - blueocto</title>
<link>http://snipplr.com/view/56004/prestashop--base-url/</link>
<description><![CDATA[ <p>If you are developing a website and will be moving from one URL/Domain to another, it easier to have href="thedomain.com/whateverthepage.php"

So to do this in a Prestashop theme use the following code.</p> ]]></description>
<pubDate>Fri, 01 Jul 2011 21:57:58 GMT</pubDate>
<guid>http://snipplr.com/view/56004/prestashop--base-url/</guid>
</item>
<item>
<title>(Smarty) Explode a variable in Smarty - mbria</title>
<link>http://snipplr.com/view/55093/explode-a-variable-in-smarty/</link>
<description><![CDATA[ <p>Looks like syntax changed since forum discussion.</p> ]]></description>
<pubDate>Thu, 09 Jun 2011 21:57:16 GMT</pubDate>
<guid>http://snipplr.com/view/55093/explode-a-variable-in-smarty/</guid>
</item>
<item>
<title>(Smarty) CMSMS counter - maetmar</title>
<link>http://snipplr.com/view/52672/cmsms-counter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Apr 2011 23:38:44 GMT</pubDate>
<guid>http://snipplr.com/view/52672/cmsms-counter/</guid>
</item>
<item>
<title>(Smarty) CMSMS - einige wichtige Tags, Tips &amp;amp; Tricks - maetmar</title>
<link>http://snipplr.com/view/51537/cmsms--einige-wichtige-tags-tips--tricks/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 Apr 2011 23:44:43 GMT</pubDate>
<guid>http://snipplr.com/view/51537/cmsms--einige-wichtige-tags-tips--tricks/</guid>
</item>
<item>
<title>(Smarty) CMSMS - neuer Inhaltstyp in Template - maetmar</title>
<link>http://snipplr.com/view/51536/cmsms--neuer-inhaltstyp-in-template/</link>
<description><![CDATA[ <p>Beispiel 1: 
Fügt einen neuen Inhaltstyp zum CMSMS Template hinzu und assigned den Wert einer Variable die dann im Template weiter verwendet werden kann (Ausgabe des Wertes, Prüfung, etc.).

Beispiel 2:
zeigt die Verwendung</p> ]]></description>
<pubDate>Mon, 04 Apr 2011 23:33:24 GMT</pubDate>
<guid>http://snipplr.com/view/51536/cmsms--neuer-inhaltstyp-in-template/</guid>
</item>
<item>
<title>(Smarty) Smarty Template : Multiple Column Loop - crypticsoft</title>
<link>http://snipplr.com/view/50415/smarty-template--multiple-column-loop/</link>
<description><![CDATA[ <p>Take array and create multiple columns, define divisible by value ($divis) from total results then use modulus within the loop. This example shows multiple columns for unordered list items.</p> ]]></description>
<pubDate>Thu, 10 Mar 2011 04:15:56 GMT</pubDate>
<guid>http://snipplr.com/view/50415/smarty-template--multiple-column-loop/</guid>
</item>
<item>
<title>(Smarty) Remove sufix meta title in Prestashop - vigoncas</title>
<link>http://snipplr.com/view/50316/remove-sufix-meta-title-in-prestashop/</link>
<description><![CDATA[ <p>To improve SEO in Prestashop we can to apply this hack to the header.tpl removing the global suffix 'shop_name'.</p> ]]></description>
<pubDate>Tue, 08 Mar 2011 23:24:32 GMT</pubDate>
<guid>http://snipplr.com/view/50316/remove-sufix-meta-title-in-prestashop/</guid>
</item>
<item>
<title>(Smarty) sort smarty array - aashvi</title>
<link>http://snipplr.com/view/45721/sort-smarty-array/</link>
<description><![CDATA[ <p>How to sort array in smarty template?

>> Create sort modifier file and save it in smarty / plugins with
modifier.sortby.php name 
use this modifier in smarty template like...
{foreach item=item key=key from=$users|@sortby:"firstname"}
{$item.id}-{$item.firstname}
{/foreach}</p> ]]></description>
<pubDate>Tue, 14 Dec 2010 21:36:34 GMT</pubDate>
<guid>http://snipplr.com/view/45721/sort-smarty-array/</guid>
</item>
<item>
<title>(Smarty) Image Resize - titan</title>
<link>http://snipplr.com/view/29096/image-resize/</link>
<description><![CDATA[ <p>A plugin for resizing and outputting images within a template on the fly</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 23:20:41 GMT</pubDate>
<guid>http://snipplr.com/view/29096/image-resize/</guid>
</item>
<item>
<title>(Smarty) E-Mail Encode - mzym</title>
<link>http://snipplr.com/view/20031/email-encode/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Sep 2009 08:56:42 GMT</pubDate>
<guid>http://snipplr.com/view/20031/email-encode/</guid>
</item>
<item>
<title>(Smarty) Pagination - Znupi</title>
<link>http://snipplr.com/view/18589/pagination/</link>
<description><![CDATA[ <p>Visit the URL above for an explanation on how to use this and how it works.</p> ]]></description>
<pubDate>Thu, 20 Aug 2009 06:50:30 GMT</pubDate>
<guid>http://snipplr.com/view/18589/pagination/</guid>
</item>
<item>
<title>(Smarty) Expression Engine Dynamic Query - tclancy</title>
<link>http://snipplr.com/view/12964/expression-engine-dynamic-query/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 10 Mar 2009 15:49:27 GMT</pubDate>
<guid>http://snipplr.com/view/12964/expression-engine-dynamic-query/</guid>
</item>
<item>
<title>(Smarty) Smarty Loop for x to y with no array - tclancy</title>
<link>http://snipplr.com/view/8488/smarty-loop-for-x-to-y-with-no-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Sep 2008 16:21:09 GMT</pubDate>
<guid>http://snipplr.com/view/8488/smarty-loop-for-x-to-y-with-no-array/</guid>
</item>
<item>
<title>(Smarty) Smarty: String Search - tclancy</title>
<link>http://snipplr.com/view/8432/smarty-string-search/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Sep 2008 16:24:51 GMT</pubDate>
<guid>http://snipplr.com/view/8432/smarty-string-search/</guid>
</item>
<item>
<title>(Smarty) Smarty Template: Dump Array - tclancy</title>
<link>http://snipplr.com/view/8427/smarty-template-dump-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Sep 2008 11:16:45 GMT</pubDate>
<guid>http://snipplr.com/view/8427/smarty-template-dump-array/</guid>
</item>
<item>
<title>(Smarty) observe - wayne_deng</title>
<link>http://snipplr.com/view/6606/observe/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Jun 2008 01:00:31 GMT</pubDate>
<guid>http://snipplr.com/view/6606/observe/</guid>
</item>
</channel>
</rss>