33 lines
796 B
PHP
Executable File
33 lines
796 B
PHP
Executable File
<?php
|
|
// -----------------------------------------------------
|
|
// Var generique --> déclaré dans agencementInit pour le commun des posts et get
|
|
// -----------------------------------------------------
|
|
global $thePHP;
|
|
|
|
// -----------------------------------------------------
|
|
// Var page
|
|
// -----------------------------------------------------
|
|
$initCreaPage="";
|
|
$theNomPage='';
|
|
$theDescPage='';
|
|
$activPage="";
|
|
$thePagePreview="";
|
|
$theFicPage="";
|
|
$isHtml="";
|
|
|
|
// -----------------------------------------------------
|
|
// Var Item
|
|
// -----------------------------------------------------
|
|
$nextIDItem=1;
|
|
$theNewIdItem='';
|
|
$auMoins1item=0;
|
|
$theOrdre=1;
|
|
$oldOrdre=1;
|
|
$theItemNom='';
|
|
|
|
$propager=2;
|
|
$theType='text';
|
|
$theEmplacement="";
|
|
$thePopup="";
|
|
$codeLangueItem="";
|
|
?>
|