Move set_tabsheet function for plugins pages to plugins class.
git-svn-id: http://piwigo.org/svn/trunk@5367 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
41de132f1e
commit
b01c5cc096
5 changed files with 21 additions and 21 deletions
|
|
@ -54,7 +54,7 @@ if (isset($_GET['action']) and isset($_GET['plugin']) and !is_adviser())
|
|||
}
|
||||
|
||||
//--------------------------------------------------------------------Tabsheet
|
||||
set_plugins_tabsheet($page['page']);
|
||||
$plugins->set_tabsheet($page['page']);
|
||||
|
||||
//---------------------------------------------------------------Order options
|
||||
$link = get_root_url().'admin.php?page='.$page['page'].'&order=';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue