ソースを参照

header/footer action

development
mauirixxx 7年前
コミット
e823d39d1c
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      register.php

+ 5
- 1
register.php ファイルの表示

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

読み込み中…
キャンセル
保存