Merge branch 'master' of https://github.com/thelia/thelia into coupon

# By Etienne Roudeix (1) and Manuel Raynaud (1)
# Via Manuel Raynaud (2) and Etienne Roudeix (1)
* 'master' of https://github.com/thelia/thelia:
  fix test suite
  fix current url bug + fix empty loop pagination exception
This commit is contained in:
gmorel
2013-09-12 17:55:16 +02:00
8 changed files with 75 additions and 32 deletions

View File

@@ -1,5 +1,8 @@
{*loop type="product" name="fsdq"}
{format_date date=$CREATE_DATE}
{/loop*}
<h1>Category page</h1>
::{product attr="createdAt" output="time" format='i'};;<br />
{loop type="category" name="categoryloop" id="500"}
TOTO
{/loop}
{pageloop rel="categoryloop"}
{/pageloop}

View File

@@ -1,6 +1,8 @@
{include file="includes/header.html"}
<div>
Here you are : {navigate to="current"}
{loop type="auth" name="auth_test" context="front" roles="CUSTOMER"}
<p>Customer is authentified :-)</p>