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,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}