38 lines
785 B
PHP
Executable File
38 lines
785 B
PHP
Executable File
<?php
|
|
// -----------------------------------------------------
|
|
// Var generique
|
|
//$theIdPage='1';
|
|
//$jeViensDe='0';
|
|
//$lg='FRA';
|
|
global $thePHP;
|
|
$previewObject=2;
|
|
|
|
// -----------------------------------------------------
|
|
// Var page
|
|
// -----------------------------------------------------
|
|
$init="";
|
|
$theNomPage='';
|
|
$theDescPage='';
|
|
$activPage="";
|
|
$thePagePreview="";
|
|
$theFicPage="";
|
|
$isHtml="";
|
|
|
|
// -----------------------------------------------------
|
|
// Var Item
|
|
// -----------------------------------------------------
|
|
$theIdItem=1;
|
|
$nextIDItem=1;
|
|
$theNewIdItem='';
|
|
$auMoins1item=0;
|
|
//$lgFait=array();
|
|
$theOrdre=1;
|
|
$theItemNom='';
|
|
$assist=1;
|
|
$propager=1;
|
|
$theType='text';
|
|
$theEmplacement="";
|
|
$thePopup="";
|
|
$codeLangueItem="";
|
|
$initCreaItem=0;
|
|
?>
|