Fix source header alignment

This commit is contained in:
franck
2013-07-17 15:06:53 +02:00
parent 466b402246
commit 3d5caa2341
92 changed files with 332 additions and 222 deletions

View File

@@ -1,7 +1,7 @@
{include file="includes/header.html"}
<div>
{loop type="auth" name="auth_test" context="front" roles="CUSTOMER"}
{loop type="auth" name="auth_test" context="front" roles="ROLE_CUSTOMER"}
<p>Customer is authentified :-)</p>
{/loop}