mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
15 lines
222 B
Smarty
15 lines
222 B
Smarty
|
|
<div class="titrePage">
|
|
<h2>{'Add_Index'|@translate}</h2>
|
|
</div>
|
|
|
|
{if isset($add_index_results)}
|
|
<div>
|
|
<ul>
|
|
{foreach from=$add_index_results item=result}
|
|
<li>{$result}</li>
|
|
{/foreach}
|
|
</ul>
|
|
</div>
|
|
{/if}
|