[ Index ]

PHP Cross Reference of GASELL SVN Trunk

title

Body

[close]

/www/ -> index.php (source)

   1  <?php
   2  /**
   3   * GASELL - Association Linux-Nantes
   4   *
   5   * @brief Site du projet GASELL
   6   *
   7   * @license GPLv2
   8   * @license les ressources graphiques sont placees sous
   9   * license Common Creative, sauf mention contraire
  10   *
  11   * @author GrdScarabe <grdscarabe@grdscarabe.net>
  12   *
  13   * @history
  14   *  -> 10-12-2005 GrdScarabe: developpement initial
  15   **/
  16  
  17  /* ------------------------------------------------------------ *
  18   *             DEFINITION DE LA CONFIGURATION                   */
  19  require_once ("config.php");
  20  /* ------------------------------------------------------------ */
  21  
  22  /* ------------------------------------------------------------ *
  23   *                  INCLUSION DES DEPENDANCES                   */
  24  require_once ("lib/Page.php");
  25  
  26  /* DEFINITION DE LA PAGE */
  27  $cPage = new Page();
  28  
  29  /* ------ INCLUSION DU TEMPLATE D'EN-TETE  ------ */
  30  require_once($cPage->getResource("template", "header"));
  31  
  32  /* ------------ INCLUSION DE LA PAGE ------------ */
  33  $cPage->loadPage();
  34  
  35  /* --- INCLUSION DU TEMPLATE DE PIED DE PAGE  --- */
  36  require_once($cPage->getResource("template", "footer"));
  37   
  38  ?>


Generated: Tue Jan 6 01:17:25 2009 Cross-referenced by PHPXref 0.7