Proof of concept:
[platal.git] / htdocs / emails / send.php
index 9661be0..2bc806a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -21,6 +21,7 @@
 
 require_once("xorg.inc.php");
 new_skinned_page('emails/send.tpl',AUTH_MDP);
+$page->assign('xorg_title','Polytechnique.org - Envoyer un email');
 
 // action si on recoit un formulaire
 if (Env::get('submit') == 'Envoyer')