pc/모바일 게시판의 상단의 게시판 제목에 링크를 걸고 싶습니다.

pc/모바일 게시판의 상단의 게시판 제목에 링크를 걸고 싶습니다.

QA

pc/모바일 게시판의 상단의 게시판 제목에 링크를 걸고 싶습니다.

본문

2038640821_1528100068.9961.png 2038640821_1528100072.5626.png

 

코드상으로는 스킨의 head.php 에서 <h2 id="container_title" class="top" title="<?php echo get_text($g5['title']); ?>"><?php echo get_head_title($g5['title']); ?></h2> 이 부분인데요..

 

현재 접속 중인 게시판의 리스트 주소 "/bbs/board.php?bo_table=free"를 저 위 이미지의 붉은 박스에 있는 게시판 제목에 링크를 걸고 싶습니다.

 

왜 하필 게시판 스킨에 없고.. head.php에 있는지.. ㅠㅠ 코드를 만질 수 있는 상황이 아니여서 질문 올립니다.

 

혹시 주소를 호출할 수 있는 방법이 없을까요?

이 질문에 댓글 쓰기 :

답변 2

head.php 에 아래와 같이 수정해주세요.

<?php

if ($bo_table != "") { //게시판인 경우

?>

<h2 id="container_title" class="top" title="<?php echo get_text($g5['title']); ?>"><a href="<?php echo G5_BBS_URL ?>/board.php?bo_table=<?php echo $bo_table; ?>"><?php echo get_head_title($g5['title']); ?></a></h2>

<?php } else { ?>

<h2 id="container_title" class="top" title="<?php echo get_text($g5['title']); ?>"><?php echo get_head_title($g5['title']); ?></h2>

<?php } ?>

head.php 에 아래와 같이 수정해주세요.

<?php

if ($bo_table=="free") {

?>

<h2 id="container_title" class="top" title="<?php echo get_text($g5['title']); ?>"><a href="<?php echo G5_BBS_URL ?>/board.php?bo_table=free"><?php echo get_head_title($g5['title']); ?></a></h2>

<?php } else { ?>

<h2 id="container_title" class="top" title="<?php echo get_text($g5['title']); ?>"><?php echo get_head_title($g5['title']); ?></h2>

<?php } ?>

답변을 작성하시기 전에 로그인 해주세요.
전체 77
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT