alpha_full/admin/agencement/blocDroit/pages/ongPages.initVar.php
2026-04-06 22:58:51 +02:00

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