Php transformation #1

Merged
CommanderRedYT merged 18 commits from php-transformation into master 2020-11-24 15:34:42 +01:00
5 changed files with 290 additions and 282 deletions
Showing only changes of commit de37d9a639 - Show all commits

View File

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

View File

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