[IMP] Lua script - Get categories and elements to display them on
homepage
This commit is contained in:
8
composants/categ.html
Normal file
8
composants/categ.html
Normal file
@ -0,0 +1,8 @@
|
||||
<!-- Catégorie ${CATEG_TITLE} -->
|
||||
|
||||
<h2>${CATEG_TITLE}</h2>
|
||||
<p>${CATEG_DESC}</p>
|
||||
<ul class="ensemble_element">
|
||||
${ELEMENTS}
|
||||
</ul>
|
||||
<div class="espace"> </div>
|
Reference in New Issue
Block a user