mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
Fix issue #844
This commit is contained in:
committed by
Pierrick Le Gall
parent
75118816b5
commit
7e41e21af4
@@ -379,7 +379,8 @@ else
|
|||||||
$page = array_merge(
|
$page = array_merge(
|
||||||
$page,
|
$page,
|
||||||
array(
|
array(
|
||||||
'title' => l10n('Favorites')
|
'title' => '<a href="'.duplicate_index_url(array('start'=>0)).'">'
|
||||||
|
.l10n('Favorites').'</a>'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -469,7 +470,8 @@ SELECT DISTINCT(id)
|
|||||||
$page = array_merge(
|
$page = array_merge(
|
||||||
$page,
|
$page,
|
||||||
array(
|
array(
|
||||||
'title' => l10n('Recent albums'),
|
'title' => '<a href="'.duplicate_index_url(array('start'=>0)).'">'
|
||||||
|
.l10n('Recent albums').'</a>'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user