fix current url bug + fix empty loop pagination exception

This commit is contained in:
Etienne Roudeix
2013-09-12 17:20:33 +02:00
parent 3f82421879
commit a73c9e1de4
5 changed files with 23 additions and 22 deletions

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>