commit 7774454a59984aa9c0fd796fedb2ac74cfbdbfbd
parent 7456963919ff19172295f6ce7d265f22665ad133
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date: Fri, 2 Jul 2010 23:27:58 +0200
Ajout des fichiers "index.php" générées par le cms.
Cette fois-ci, ils ont été copiées à la main, mais à l'avenir elles
seront déposées à cet endroit par le script.
Diffstat:
15 files changed, 105 insertions(+), 0 deletions(-)
diff --git a/galerie/index.php b/galerie/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 1/evenement a/index.php b/galerie/periode 1/evenement a/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 1/evenement a/photo a/index.php b/galerie/periode 1/evenement a/photo a/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 1/evenement a/photo b/index.php b/galerie/periode 1/evenement a/photo b/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 1/evenement a/photo c/index.php b/galerie/periode 1/evenement a/photo c/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 1/index.php b/galerie/periode 1/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 2/evenement machin/index.php b/galerie/periode 2/evenement machin/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 2/evenement machin/photo a/index.php b/galerie/periode 2/evenement machin/photo a/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 2/evenement machin/photo b/index.php b/galerie/periode 2/evenement machin/photo b/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 2/evenement machin/photo c/index.php b/galerie/periode 2/evenement machin/photo c/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 2/evenement truc/index.php b/galerie/periode 2/evenement truc/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 2/evenement truc/photo a/index.php b/galerie/periode 2/evenement truc/photo a/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 2/evenement truc/photo b/index.php b/galerie/periode 2/evenement truc/photo b/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 2/evenement truc/photo c/index.php b/galerie/periode 2/evenement truc/photo c/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>
diff --git a/galerie/periode 2/index.php b/galerie/periode 2/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../../__cms__/cms.php");
+
+CMS::affiche($_SERVER[REQUEST_URI]);
+
+?>