todolistPhp / includes / header.php
header.php
Raw
<?php include("includes/config.php"); ?>

<!DOCTYPE html>
<html lang="sv">
<head>
    <title><?= $site_title . $divider . $page_title; ?></title>  
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="style.css">
</head>
<body>
<header>
    <h1>
        <a href="index.php"> Moment 3 - Objektorienterad PHP</a>
    </h1>
</header>
<main class="container">
    <div class='content'>