mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
fix several html bugs
we must find a way to fix the problem of empty select git-svn-id: http://piwigo.org/svn/trunk@3215 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
4f425390b8
commit
2b9d21eb78
7 changed files with 20 additions and 10 deletions
|
@ -157,6 +157,10 @@ foreach ($mb_conf as $id => $pos )
|
|||
)
|
||||
);
|
||||
}
|
||||
|
||||
$action = get_root_url().'admin.php?page=menubar';
|
||||
$template->assign(array('F_ACTION'=>$action));
|
||||
|
||||
$template->set_filename( 'menubar_admin_content', 'menubar.tpl' );
|
||||
$template->assign_var_from_handle( 'ADMIN_CONTENT', 'menubar_admin_content');
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue