mirror of
https://github.com/p08dev/Bloggr.git
synced 2026-06-17 12:43:56 +02:00
Added Picnic CSS
Fixed spelling errors
This commit is contained in:
16
settings.php
16
settings.php
@ -26,15 +26,13 @@ if(isset($_POST['update'])) {
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Home - <?= (defined("SITE_TITLE")) ? SITE_TITLE : 'A Bloggr Site' ?></title>
|
||||
</head>
|
||||
<?php
|
||||
$title = "Einstellungen";
|
||||
require_once(__DIR__."/inc/head.php");
|
||||
?>
|
||||
<body>
|
||||
<div>
|
||||
<a href="/">Home</a>
|
||||
<?php require_once(__DIR__."/inc/nav.php"); ?>
|
||||
<section class="main">
|
||||
<h2>Change Password</h2>
|
||||
<?php
|
||||
foreach ($errors as $key=>$value):
|
||||
@ -58,6 +56,6 @@ if(isset($_POST['update'])) {
|
||||
<input type="password" name="rpassword" id="rpassword"><br>
|
||||
<input type="submit" name="update" value="Update">
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user