UFC_Contact requires profile table.
[platal.git] / classes / xorgpage.php
index f0d42ea..14bc3ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2008 Polytechnique.org                              *
+ *  Copyright (C) 2003-2010 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -27,6 +27,13 @@ class XorgPage extends PlPage
 
         // Set the default page
         $this->changeTpl('platal/index.tpl');
+        $this->addJsLink('jquery.js');
+        $this->addJsLink('overlib.js');
+        $this->addJsLink('secure_hash.js');
+        $this->addJsLink('sha1.js');
+        $this->addJsLink('wiki.js');
+        $this->addJsLink('xorg.js');
+        $this->setTitle('le site des élèves et anciens élèves de l\'École polytechnique');
     }
 
     public function run()