Sfoglia il codice sorgente

header/footer action

development
mauirixxx 7 anni fa
parent
commit
e823d39d1c
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +5
    -1
      register.php

+ 5
- 1
register.php Vedi 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');
?>

Caricamento…
Annulla
Salva