window.nomThemeCss = '". addslashes($_SESSION['nomThemeCss']). "' "; // ----------------------------------------------------- // Contenus // ----------------------------------------------------- if (isset ($_SESSION['theIdPage']) && !empty($_SESSION['theIdPage'])) $theIdPage=$_SESSION['theIdPage']; if (isset ($_GET['theIdPage']) && !empty($_GET['theIdPage'])) $theIdPage=$_GET['theIdPage']; if (isset($_POST['theIdPage'])) $theIdPage=$_POST['theIdPage']; // ----------------------------------------------------- // Var styles --> quand il y aura collection // if (isset($_POST['nomThemeCss'])) {$nomThemeCss=$_POST['nomThemeCss'];} // ----------------------------------------------------- // Post txt, contenu et menu // ----------------------------------------------------- if (isset( $_SESSION['theLien']) && empty($theLien)) $theLien=$_SESSION['theLien']; if (isset($_POST['theLien'])) $theLien=$_POST['theLien']; // ----------------------------------------------------- // Post txt, css, contenu et menu // ----------------------------------------------------- if (isset( $_SESSION['theStyle']) && empty($theStyle)) $theStyle=$_SESSION['theStyle']; if (isset($_POST['theStyle'])) {$theStyle=$_POST['theStyle'];} // ----------------------------------------------------- // Post txt et menu // ----------------------------------------------------- if (isset($_POST['theAlt'])) {$theAlt=$_POST['theAlt'];} if (isset($_POST['thePopup'])) $thePopup=$_POST['thePopup']; // ----------------------------------------------------- // Post css + txt --> voir aussi agencement.post // ----------------------------------------------------- if (isset( $_SESSION['theClasse']) && empty($theClasse)) $theClasse=$_SESSION['theClasse']; if (isset($_POST['theClasse'])) $theClasse=$_POST['theClasse']; ?>