diff options
Diffstat (limited to 'admin/themes_new.php')
-rw-r--r-- | admin/themes_new.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes_new.php b/admin/themes_new.php index 44acd1fa7..15b998b99 100644 --- a/admin/themes_new.php +++ b/admin/themes_new.php @@ -28,7 +28,7 @@ if( !defined("PHPWG_ROOT_PATH") ) include_once(PHPWG_ROOT_PATH.'admin/include/themes.class.php'); -$base_url = get_root_url().'admin.php?page='.$page['page']; +$base_url = get_root_url().'admin.php?page='.$page['page'].'&tab='.$page['tab']; $themes = new themes(); |