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.
This commit is contained in:
Georges Dupéron 2010-07-02 23:27:58 +02:00
parent 7456963919
commit 7774454a59
15 changed files with 105 additions and 0 deletions

7
galerie/index.php Normal file
View File

@ -0,0 +1,7 @@
<?php
require_once("../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>

View File

@ -0,0 +1,7 @@
<?php
require_once("../../__cms__/cms.php");
CMS::affiche($_SERVER[REQUEST_URI]);
?>