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:
parent
7456963919
commit
7774454a59
7
galerie/index.php
Normal file
7
galerie/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 1/evenement a/index.php
Normal file
7
galerie/periode 1/evenement a/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 1/evenement a/photo a/index.php
Normal file
7
galerie/periode 1/evenement a/photo a/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 1/evenement a/photo b/index.php
Normal file
7
galerie/periode 1/evenement a/photo b/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 1/evenement a/photo c/index.php
Normal file
7
galerie/periode 1/evenement a/photo c/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 1/index.php
Normal file
7
galerie/periode 1/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 2/evenement machin/index.php
Normal file
7
galerie/periode 2/evenement machin/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 2/evenement machin/photo a/index.php
Normal file
7
galerie/periode 2/evenement machin/photo a/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 2/evenement machin/photo b/index.php
Normal file
7
galerie/periode 2/evenement machin/photo b/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 2/evenement machin/photo c/index.php
Normal file
7
galerie/periode 2/evenement machin/photo c/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 2/evenement truc/index.php
Normal file
7
galerie/periode 2/evenement truc/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 2/evenement truc/photo a/index.php
Normal file
7
galerie/periode 2/evenement truc/photo a/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 2/evenement truc/photo b/index.php
Normal file
7
galerie/periode 2/evenement truc/photo b/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 2/evenement truc/photo c/index.php
Normal file
7
galerie/periode 2/evenement truc/photo c/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
7
galerie/periode 2/index.php
Normal file
7
galerie/periode 2/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("../../__cms__/cms.php");
|
||||
|
||||
CMS::affiche($_SERVER[REQUEST_URI]);
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user