[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>
|
10
composants/one_element.html
Normal file
10
composants/one_element.html
Normal file
@ -0,0 +1,10 @@
|
||||
<li>
|
||||
<a class="cadre" href="${ELEMENT_URL}" title="${ELEMENT_DESC}">
|
||||
<span class="element">
|
||||
${ELEMENT_TITLE} <br />
|
||||
|
||||
<img src="${IMG_URL}" alt="${IMG_DESC}" title="${IMG_TITLE}" />
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user