From 060473d7e7da51bf372b3d2958580b8f65f4769b Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 16 Jun 2022 11:37:18 +0200 Subject: This is the new Ember --- old/includes/header.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 old/includes/header.php (limited to 'old/includes/header.php') diff --git a/old/includes/header.php b/old/includes/header.php new file mode 100644 index 0000000..09257fe --- /dev/null +++ b/old/includes/header.php @@ -0,0 +1,30 @@ + + + + + + <?php + + if (isset($title)) { + echo "$title | "; + } + + ?>Minteck + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit