Go to the documentation of this file.00001 <?php
00002
00003
00004
00005 if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
00006 require_once 'class_menu_ref.php';
00007 $msg="Création";
00008 $m=new Menu_Ref($cn);
00009 echo '<form method="POST" onsubmit="return confirm(\'Vous confirmez ?\')">';
00010
00011 require_once 'template/menu_detail.php';
00012 echo HtmlInput::submit('create_menu','Sauver');
00013 echo HtmlInput::button_close('divmenu');
00014 echo '</form>';
00015 ?>