Merge branch 'argument' into form

Conflicts:
	core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php
	core/lib/Thelia/Core/Template/Smarty/SmartyParser.php
This commit is contained in:
Manuel Raynaud
2013-06-24 16:28:47 +02:00
17 changed files with 597 additions and 71 deletions

View File

@@ -91,4 +91,11 @@ An image from asset directory :
{/for}
</div>
<div>
<p>Loops also work with #</p>
{loop type="category" name="catloop1"}
#TITLE : {#DESCRIPTION|upper} #NOTATAG<br />
{/loop}
</div>
{include file="includes/footer.html"}