fg
This commit is contained in:
parent
ee232f4425
commit
7d834d5083
|
|
@ -1,3 +1,19 @@
|
||||||
|
<?php
|
||||||
|
$style = "";
|
||||||
|
$test = "";
|
||||||
|
$colorTests="";
|
||||||
|
|
||||||
|
$flag = (est_anglophone()) ? 'england.png' : 'france.png';
|
||||||
|
$alt = (est_anglophone()) ? 'English' : 'Français';
|
||||||
|
$lib = (est_anglophone()) ? 'En' : 'Fr';
|
||||||
|
|
||||||
|
if($_SESSION['bdTests_C']== "1"){
|
||||||
|
$colorTests=$_SESSION['colorTests'];
|
||||||
|
$style = "background-color: $colorTests;";
|
||||||
|
$test = "MODE TEST";
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
|
||||||
<header id="header" class="header fixed-top d-flex align-items-center">
|
<header id="header" class="header fixed-top d-flex align-items-center">
|
||||||
<div class="d-flex align-items-center justify-content-between header-left">
|
<div class="d-flex align-items-center justify-content-between header-left">
|
||||||
<a class="logo d-flex align-items-center">
|
<a class="logo d-flex align-items-center">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user