Update 5 files

- /html/login.php
- /html/news.php
- /html/register.php
- /html/upload.php
- /html/users.php
This commit is contained in:
Jan BELLON 2024-03-08 17:41:46 +00:00
parent 2a9eabd310
commit 98b868be40
5 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@ if(isset($_POST['username']) && isset($_POST['password'])) {
<link rel="icon" href="src/img/favicon.ico">
<title><?=$title?></title>
</head>
<body>
<body class='<?=$_SESSION['colormode']?>'>
<header>
<div class="pancontent">
<div class="athena-container">

View File

@ -17,7 +17,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) {
<link rel="icon" href="src/img/favicon.ico">
<title><?=$title?></title>
</head>
<body>
<body class='<?=$_SESSION['colormode']?>'>
<header>
<div class="pancontent">
<div class="athena-container">

View File

@ -43,7 +43,7 @@ if(isset($_POST['username']) && isset($_POST['password']) && isset($_POST['passw
<link rel="icon" href="src/img/favicon.ico">
<title><?=$title?></title>
</head>
<body>
<body class='<?=$_SESSION['colormode']?>'>
<header>
<div class="pancontent">
<div class="athena-container">

View File

@ -47,7 +47,7 @@ if(isset($_POST['page-content'])) {
}
</style>
</head>
<body>
<body class='<?=$_SESSION['colormode']?>'>
<header>
<div class="pancontent">
<div class="athena-container">

View File

@ -32,7 +32,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
<link rel="icon" href="src/img/favicon.ico">
<title><?=$title?></title>
</head>
<body>
<body class='<?=$_SESSION['colormode']?>'>
<header>
<div class="pancontent">
<div class="athena-container">