related to #1609 replaced cat_list page by albums page.

cat_list page is still accessible but typing in URL
This commit is contained in:
Matthieu Leproux
2022-04-12 14:48:20 +02:00
parent 03ca0d92e1
commit e2c061d6a5
6 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ function add_core_tabs($sheets, $tab_id)
case 'albums':
global $my_base_url;
$sheets['list'] = array('caption' => '<span class="icon-menu"></span>'.l10n('List'), 'url' => $my_base_url.'cat_list');
$sheets['list'] = array('caption' => '<span class="icon-menu"></span>'.l10n('List'), 'url' => $my_base_url.'albums');
$sheets['permalinks'] = array('caption' => '<span class="icon-link-1"></span>'.l10n('Permalinks'), 'url' => $my_base_url.'permalinks');
$sheets['search'] = array('caption' => '<span class="icon-search"></span>'.l10n('Search'), 'url' => $my_base_url.'cat_search');
break;