mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
16 lines
395 B
Smarty
16 lines
395 B
Smarty
|
{include file='infos_errors.tpl'}
|
||
|
<div data-role="content">
|
||
|
<ul data-role="listview" data-inset="true">
|
||
|
<li data-role="list-divider">{'About'|@translate}</li>
|
||
|
<li>{$ABOUT_MESSAGE}</li>
|
||
|
{if isset($THEME_ABOUT) }
|
||
|
<li>{$THEME_ABOUT}</li>
|
||
|
{/if}
|
||
|
{if not empty($about_msgs)}
|
||
|
{foreach from=$about_msgs item=elt}
|
||
|
<li>{$elt}</li>
|
||
|
{/foreach}
|
||
|
{/if}
|
||
|
</ul>
|
||
|
</div>
|