alpha_full/admin/pages/pagesInitVar.php
2026-04-06 22:58:51 +02:00

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;
?>