mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-18 15:26:12 +02:00
0bdc6a5dac
git-svn-id: http://piwigo.org/svn/trunk@2669 68402e56-0260-453c-a942-63ccdbb3a9ee
16 lines
233 B
Smarty
16 lines
233 B
Smarty
{* $Id$ *}
|
|
|
|
<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}
|