This commit is contained in:
plegall
2018-07-05 15:53:43 +02:00
parent 4f42239aec
commit 49c1d7e004

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>'
)
);
}