array('exec'=>'nom'),'data'=>'')); // headers $commencer_page = charger_fonction('commencer_page', 'inc'); // titre, partie, sous_partie (pour le menu) echo $commencer_page(_T('plugin:titre_nom'), "editer", "editer"); // title echo "


\n"; // outch ! aie aie aie ! au secours ! echo gros_titre(_T('plugin:titre_nom'),'', false); // left column echo debut_gauche('', true); echo pipeline('affiche_gauche', array('args'=>array('exec'=>'nom'),'data'=>'')); // right column echo creer_colonne_droite('', true); echo pipeline('affiche_droite', array('args'=>array('exec'=>'nom'),'data'=>'')); // centre echo debut_droite('', true); // contents // ... echo "display whatever you want to here!"; // ... // end of contents echo pipeline('affiche_milieu', array('args'=>array('exec'=>'nom'),'data'=>'')); echo fin_gauche(), fin_page(); } ?>