mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
11 lines
364 B
Smarty
11 lines
364 B
Smarty
<div id="cat_group_info">
|
|
<h2>{'Informations'|@translate}</h2>
|
|
{if isset($IMG) && isset($IMG.link) && isset($IMG.src)}
|
|
<p><a href="{$IMG.link}" class="thumblnk"><img src="{$IMG.src}"></a></p>
|
|
{/if}
|
|
<p>{'Hello,'|@translate}</p>
|
|
<p>{'Discover album:'|@translate} <a href="{$LINK}">{$CAT_NAME}</a></p>
|
|
<p>{$CPL_CONTENT}</p>
|
|
<p>{'See you soon.'|@translate}</p>
|
|
</div>
|