mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
41e0ae2343
git-svn-id: http://piwigo.org/svn/trunk@3282 68402e56-0260-453c-a942-63ccdbb3a9ee
16 lines
325 B
Smarty
16 lines
325 B
Smarty
{* $Id: /piwigo/trunk/plugins/add_index/admin/main_page.tpl 6509 2008-10-05T21:07:41.181634Z rub $ *}
|
|
|
|
<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}
|