[IMP] Lua script - Get categories and elements to display them on

homepage
This commit is contained in:
Olivier DOSSMANN
2013-05-15 11:22:55 +02:00
parent e326b7331a
commit 370d5006af
3 changed files with 55 additions and 8 deletions

View 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>