diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-23 12:48:05 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-23 12:48:05 +0000 |
commit | 790f6b3bb6e4bf888a7fdb36f87a763cdb8ca450 (patch) | |
tree | 57cce0c848c48c18e17013138509e9d0b2bbbb03 /admin/include/themes.class.php | |
parent | d7dfe63e113a069b05a363fa339db3cd7274ead1 (diff) |
Change tabsheet place for plugins, themes and languages.
Plugins, themes and languages use same update page.
git-svn-id: http://piwigo.org/svn/trunk@10594 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/include/themes.class.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/admin/include/themes.class.php b/admin/include/themes.class.php index 78716214e..294046976 100644 --- a/admin/include/themes.class.php +++ b/admin/include/themes.class.php @@ -41,24 +41,6 @@ class themes } /** - * Set tabsheet for themes pages. - * @param string selected page. - */ - function set_tabsheet($selected) - { - include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php'); - - $link = get_root_url().'admin.php?page='; - - $tabsheet = new tabsheet(); - $tabsheet->add('themes_installed', l10n('Installed Themes'), $link.'themes_installed'); - $tabsheet->add('themes_update', l10n('Check for updates'), $link.'themes_update'); - $tabsheet->add('themes_new', l10n('Add New Theme'), $link.'themes_new'); - $tabsheet->select($selected); - $tabsheet->assign(); - } - - /** * Perform requested actions * @param string - action * @param string - theme id |