mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
14 lines
479 B
Smarty
14 lines
479 B
Smarty
<!-- BEGIN cat -->
|
|
<h3>{cat.NAME}</h3>
|
|
<!-- BEGIN illustration -->
|
|
<div style="text-align:center;margin:auto;margin-bottom:10px;"><img src="{cat.illustration.SRC_IMG}" style="border:1px solid black;" alt=""/></div>
|
|
{cat.illustration.CAPTION}
|
|
<!-- END illustration -->
|
|
<ul style="text-align:left; margin-right:10px;">
|
|
<!-- BEGIN item -->
|
|
<li style="margin-bottom:5px;">{cat.item.CONTENT}</li>
|
|
<!-- END item -->
|
|
</ul>
|
|
<p> </p>
|
|
<!-- END cat -->
|