This commit is contained in:
Bartosz Korczak
2018-03-02 23:47:08 +01:00
committed by Pierrick Le Gall
parent 75118816b5
commit 7e41e21af4

View File

@@ -379,7 +379,8 @@ else
$page = array_merge(
$page,
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(
'title' => l10n('Recent albums'),
'title' => '<a href="'.duplicate_index_url(array('start'=>0)).'">'
.l10n('Recent albums').'</a>'
)
);
}