Browse Source

header/footer action

development
mauirixxx 7 years ago
parent
commit
e823d39d1c
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      register.php

+ 5
- 1
register.php View File

@@ -1,2 +1,6 @@
<?php
include_once 'connect.php';
$pagetitle = "Funko Pop Collection Database";
include_once ('header.php');
# page content goes here
include_once ('footer.php');
?>

Loading…
Cancel
Save