mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
11 lines
269 B
Smarty
11 lines
269 B
Smarty
<div data-role="content">
|
|
{if !empty($CATEGORIES)}{$CATEGORIES}{/if}
|
|
{if !empty($THUMBNAILS)}{$THUMBNAILS}{/if}
|
|
{if !empty($CONTENT_DESCRIPTION)}
|
|
<div class="additional_info">
|
|
{$CONTENT_DESCRIPTION}
|
|
</div>
|
|
{/if}
|
|
{if !empty($CONTENT)}{$CONTENT}{/if}
|
|
</div>
|
|
|