소스 검색

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

불러오는 중...
취소
저장