Update 5 files
- /html/login.php - /html/news.php - /html/register.php - /html/upload.php - /html/users.php
This commit is contained in:
parent
2a9eabd310
commit
98b868be40
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -47,7 +47,7 @@ if(isset($_POST['page-content'])) {
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body class='<?=$_SESSION['colormode']?>'>
|
||||
<header>
|
||||
<div class="pancontent">
|
||||
<div class="athena-container">
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user