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

6 lines
264 B
PHP
Executable File

<?php
if ( isset ($theVoletCss) && $theVoletCss!='' ) $_SESSION['theVoletCss']=$theVoletCss;
if ( isset ($nomCss) ) $_SESSION['nomCss']=$nomCss;
if ( isset ($theNumCss) ) $_SESSION['theNumCss']=$theNumCss;
if ( isset ($affCss) ) $_SESSION['affCss']=$affCss;
?>