Ignore:
Timestamp:
Mar 19, 2009, 8:51:54 PM (15 years ago)
Author:
nikrou
Message:

fix several html bugs
we must find a way to fix the problem of empty select

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/menubar.php

    r3049 r3215  
    158158     );
    159159}
     160
     161$action = get_root_url().'admin.php?page=menubar';
     162$template->assign(array('F_ACTION'=>$action));
     163
    160164$template->set_filename( 'menubar_admin_content', 'menubar.tpl' );
    161165$template->assign_var_from_handle( 'ADMIN_CONTENT', 'menubar_admin_content');
Note: See TracChangeset for help on using the changeset viewer.