mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 19:59:56 +03:00
feature 2102 : rename item/image/picture to photo
git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
4d3aa6331e
commit
6eea9f9e08
56 changed files with 928 additions and 928 deletions
|
@ -455,7 +455,7 @@ SELECT DISTINCT(id)
|
|||
$page,
|
||||
array(
|
||||
'title' => '<a href="'.duplicate_index_url(array('start'=>0)).'">'
|
||||
.l10n('Recent pictures').'</a>',
|
||||
.l10n('Recent photos').'</a>',
|
||||
'items' => array_from_query($query, 'id'),
|
||||
)
|
||||
);
|
||||
|
@ -542,7 +542,7 @@ SELECT DISTINCT(id)
|
|||
$page,
|
||||
array(
|
||||
'title' => '<a href="'.duplicate_index_url(array('start'=>0)).'">'
|
||||
.l10n('Random pictures').'</a>',
|
||||
.l10n('Random photos').'</a>',
|
||||
'items' => array_from_query($query, 'id'),
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue