[ Index ]

PHP Cross Reference of IEUF

title

Body

[close]

/ -> potence.inc.php (source)

   1      <META HTTP-EQUIV="Content-Language" Content="fr"> 
   2  <?php
   3    /* construction d'un tableau de tableaux dont chacun identifie une page principale du site.
   4     * lien => fichier page (sans extension .php)
   5     * titre => titre de la page
   6     * pad => padding des titres du menu
   7     * eteint => fichier image projecteur éteint
   8     * allume => fichier image projecteur éteint
   9     * scene => fichier image scene
  10     */
  11    $tab_baniere=array(
  12        array("lien"=>"qui_sommes",
  13            "titre"=>"Qui sommes-nous ?",
  14            "pad"=>"15px 25px 0px 25px",
  15            "eteint"=>"qui_eteint.jpg",
  16            "allume"=>"qui_allume.jpg","id"=>'"P1"',
  17            "scene"=>"qui.jpg"),
  18        array("lien"=>"ateliers",
  19            "titre"=>"Les ateliers",
  20            "pad"=>"0px 0px 0px 0px",
  21            "eteint"=>"ateliers_eteint.jpg",
  22            "allume"=>"ateliers_allume.jpg","id"=>'"P2"',
  23            "scene"=>"ateliers.jpg"),
  24        array("lien"=>"spectacles",
  25            "titre"=>"Les spectacles à venir",
  26            "pad"=>"15px 30px 0px 30px",
  27            "eteint"=>"spectacles_eteint.jpg",
  28            "allume"=>"spectacles_allume.jpg","id"=>'"P3"',
  29            "scene"=>"spectacles.jpg"),
  30        array("lien"=>"moments",
  31            "titre"=>"Les moments forts",
  32            "pad"=>"15px 0px 0px 50px",
  33            "eteint"=>"moments_eteint.jpg",
  34            "allume"=>"moments_allume.jpg","id"=>'"P4"',
  35            "scene"=>"moments.jpg"),
  36        array("lien"=>"adherents",
  37            "titre"=>"Les adhérents",
  38            "pad"=>"0px 0px 0px 50px",
  39            "eteint"=>"adherents_eteint.jpg",
  40            "allume"=>"adherents_allume.jpg","id"=>'"P5"',
  41            "scene"=>"adherents.jpg"),
  42        array("lien"=>"contacts",
  43            "titre"=>"Contacts",
  44            "pad"=>"0px 0px 0px 0px",
  45            "eteint"=>"contacts_eteint.jpg",
  46            "allume"=>"contacts_allume.jpg","id"=>'"P6"',
  47            "scene"=>"contacts.jpg")
  48      );
  49  $sfx_projos= "border='0' height='135' width='150'";
  50  $projo_act= 0;
  51  $titre="";
  52  foreach($tab_baniere as $pj=>$projo)
  53      if (basename($_SERVER["PHP_SELF"],".php")==$projo["lien"])
  54        $titre= $projo["titre"];
  55  include_once  'precharge.inc.php';
  56  ?>


Generated: Fri Jan 31 19:59:00 2014 Cross-referenced by PHPXref 0.7.1