- {{intl l='abcd'}|capitalize}
- {*
- {thelia_module action='index_top'}
- *}
+
+ {module_include location='index_top'}
{intl l='Thelia Back Office'}
@@ -31,34 +29,26 @@
{/form_field}
-
+
-
+ {module_include location='index_middle'}
-
-
-
-
We DO display loops in back-office !
-
- {loop type="category" name="catloop1"}
- - {$__COUNT__}/{$__TOTAL__} : {$ID} {$TITLE}, children: {$NB_CHILD}
- {ifloop rel="inner1"}
-
- {loop type="category" name="inner1" parent="{$ID}"}
- - Sub cat {$ID} (parent is {$PARENT}): {$TITLE}
- {/loop}
-
- {/ifloop}
-
- {/loop}
-
+
+ {loop type="feed" name="thelia_feeds" url="http://thelia.net/Flux-rss.html?id_rubrique=8" limit="3"}
+
+ {/loop}
- {*
- {thelia_module action='index_bottom'}
- *}
+
+ {module_include location='index_bottom'}
+
{include file='includes/footer.inc.html'}
\ No newline at end of file