Explorar el Código

header/footer action

development
mauirixxx hace 7 años
padre
commit
e823d39d1c
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      register.php

+ 5
- 1
register.php Ver fichero

@@ -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');
?>

Cargando…
Cancelar
Guardar