그누보드의 제일 첫 PHP코드
본문
첫 접속시 제일 첫번째에 나오는 이 코드의 의미는 무엇일까요?
<header id="hd">
<h1 id="hd_h1"><?php echo $g5['title'] ?></h1>
<div class="to_content"><a href="#container">본문 바로가기</a></div>
처음 접속하면 아래처럼 나옵니다.
<h1 id="hd-h1"></h1>
<div class="to-content">
<a href="#container">본문 바로가기</a>
</div>
답변을 작성하시기 전에 로그인 해주세요.