mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-04 12:32:48 +02:00
can avoid fixed frequency notification to concentrate on variable frequency notification, which is much more interesting. To do this, feeds have moved to a dedicated table allowing each user (including guest user) to have more than on feed. git-svn-id: http://piwigo.org/svn/trunk@833 68402e56-0260-453c-a942-63ccdbb3a9ee
10 lines
414 B
Smarty
10 lines
414 B
Smarty
<h1>{lang:Maintenance}</h1>
|
|
|
|
<ul>
|
|
<li><a href="{U_MAINT_CATEGORIES}">{lang:update categories informations}</a></li>
|
|
<li><a href="{U_MAINT_IMAGES}">{lang:update images informations}</a></li>
|
|
<li><a href="{U_MAINT_HISTORY}">{lang:purge history}</a></li>
|
|
<li><a href="{U_MAINT_SESSIONS}">{lang:purge sessions}</a></li>
|
|
<li><a href="{U_MAINT_FEEDS}">{lang:purge never used notification feeds}</a></li>
|
|
</ul>
|