tail.php의 어디를 수정해나 하나요? > 그누3질답

그누3질답

tail.php의 어디를 수정해나 하나요? 정보

그누보드 tail.php의 어디를 수정해나 하나요?

본문

고수님들의 도움으로 산 하나 넘었습니다.
그런데
http://www.hnbmedi.com/gnu3 사이트에 가보면 오른쪽에 방문자수가 표시됩니다.
이 방문자수는 main.php에 있는 것이므로 게시판을 누르면 방문자수가 없어지고
그 자리를 게시판이 모두 차지하게 됩니다.
main.php에 있는 방문자수 표시부분을 없앤다음
아무 게시판을 눌러도 첫 화면 처럼 오른쪽에 방문자 수를 나오게 하려는데
tail.php에 어디를 수정해야 할지 모르겠네요.
tail.php의 내용입니다.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

/*
    사용자 화면 우측과 하단을 담당하는 페이지입니다.
    우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
*/
?>
</td>
</tr>
</table>

<!-- 공백 -->
<table width=100% height=5><tr><td></td></tr></table>

<table width='100%' cellpadding=0 cellspacing=0>
<tr><td height=1 bgcolor=#8C8C8C></td></tr>
<tr>
<td height=30 align=right><font color=#9B9B9B>Copyright &copy; your-domain. All rights reserved.</font>&nbsp;</td>
</tr>
</table>

</td></tr></table>
  • 복사

댓글 전체

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

/*
    사용자 화면 우측과 하단을 담당하는 페이지입니다.
    우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
*/
?>

      </td>
      <!-- 여기 추가 -->
      <td width=120>
        <? include "./bbs/count.php"; ?>
      </td>
      <!-- 여기 추가 끝 -->
  </tr>
</table>

  <!-- 공백 -->
  <table width=100% height=5><tr><td></td></tr></table>
 
  <table width='100%' cellpadding=0 cellspacing=0>
  <tr><td height=1 bgcolor=#8C8C8C></td></tr>
  <tr>
  <td height=30 align=right><font color=#9B9B9B>Copyright &copy; your-domain. All rights reserved.</font>&nbsp;</td>
  </tr>
  </table>

      </td>
  </tr>
</table>
© SIRSOFT
현재 페이지 제일 처음으로