diff --git a/admin.php b/admin.php index 9b0d86879..809eecc78 100644 --- a/admin.php +++ b/admin.php @@ -181,6 +181,7 @@ $template->assign( 'U_CONFIG_LANGUAGES' => $link_start.'languages', 'U_CONFIG_THEMES'=> $link_start.'themes', 'U_CATEGORIES'=> $link_start.'cat_list', + 'U_CAT_MOVE'=> $link_start.'cat_move', 'U_CAT_OPTIONS'=> $link_start.'cat_options', 'U_CAT_UPDATE'=> $link_start.'site_update&site=1', 'U_RATING'=> $link_start.'rating', diff --git a/admin/cat_move.php b/admin/cat_move.php index 3e134db3a..4a81fe430 100644 --- a/admin/cat_move.php +++ b/admin/cat_move.php @@ -119,13 +119,6 @@ $template->assign( 'F_ACTION' => get_root_url().'admin.php?page=cat_move', ) ); - -// +-----------------------------------------------------------------------+ -// | tabs | -// +-----------------------------------------------------------------------+ - -$page['tab'] = 'move'; -include(PHPWG_ROOT_PATH.'admin/include/albums_tab.inc.php'); // +-----------------------------------------------------------------------+ // | Album display | diff --git a/admin/include/add_core_tabs.inc.php b/admin/include/add_core_tabs.inc.php index 924780b37..e4a686056 100644 --- a/admin/include/add_core_tabs.inc.php +++ b/admin/include/add_core_tabs.inc.php @@ -32,7 +32,6 @@ function add_core_tabs($sheets, $tab_id) case 'albums': global $my_base_url; $sheets['list'] = array('caption' => ''.l10n('List'), 'url' => $my_base_url.'cat_list'); - $sheets['move'] = array('caption' => ''.l10n('Move'), 'url' => $my_base_url.'cat_move'); $sheets['permalinks'] = array('caption' => ''.l10n('Permalinks'), 'url' => $my_base_url.'permalinks'); break; diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl index 9ae6973ed..efbcff6e9 100644 --- a/admin/themes/default/template/admin.tpl +++ b/admin/themes/default/template/admin.tpl @@ -71,6 +71,7 @@ jQuery(document).ready(function() {