mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02: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:
@@ -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'),
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user