header can now contain special titles

This commit is contained in:
2020-11-24 13:53:15 +01:00
parent b0b46480ca
commit de37d9a639
2 changed files with 7 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
crossorigin="anonymous"
/>
<title>Home | Pfosten Dynamics</title>
<title><?php echo htmlentities(PAGE_TITLE); ?> | Pfosten Dynamics</title>
<link rel="icon" href="./img/favicon.png" />
</head>

View File

@@ -1,4 +1,9 @@
<?php require('includes/header.php'); ?>
<?php
define('PAGE_TITLE', 'Home');
require('includes/header.php');
?>
<br />
<br />
<br />