php include로 header, footer, 서브메뉴 공유하기

php include로 header, footer, 서브메뉴 공유하기

/include 디렉토리 생성 후 header.php↓

footer.php ↓

menuconfig.php

leftmenu.php ↓

서브페이지에 들어갈 서브메뉴를 넣음

//디렉토리명이 about이면 회사개요

/include 디렉토리안에 header.php footer.php menuconfig.php leftmenu.php를 다 만들었다면

서브 페이지들 상하단에

을 넣어주면 서브페이지의 헤더와 푸터를 한 파일로 공유할 수 있다

메인index는 include폴더 내 파일을 불러오지 않았으니 헤더 혹은 푸터를 바꿀일이 있다면 index와 include폴더 내 파일을 수정해줘야 한다.

from http://bakjubal.tistory.com/16 by ccl(A) rewrite - 2021-12-23 15:26:51