tail.php 수정한결과 배너가 하단에 나오네요
페이지 정보
본문
Templates 폴더에서 tail.php을 제가 수정을 해서
배너를 삽입해보니까요 맨 하단 우측에 나와버리네요
게시판바로 옆에 보이게 할려는데 어디를 수정해야 될지 모르겠습니다.
tail.php 파일을 수정하는 것이 아닌가요?
작업한 소스 올리겠습니다.
......................................................................................................
<?
/**
* ZENAPLUS
*
* Copyright (c) 2006-05-18 Park Gwan Su <www.zeronara.net>
* e-mail : [email protected]
* You are free: to Remix - to adapt the work
* Attribution : You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
* Share Alike : If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
* Nothing in this license impairs or restricts the author's moral rights.
**/
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
</div>
<!-- // content -->
</div>
<!-- container -->
<div class="clear">
</div>
<!-- footer -->
<div id="footer">
<!-- page -->
<table width="1150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1000"><? if($config[zncf_page_skin]) { ?>
<div class="page">
<? include "$g4[path]/include/zp_bottom.inc.php";?>
</div>
<? } ?></td>
<td width="150" rowspan="2"><IMG src="http://kim7047.cafe24.com/data/zp_banner/19.jpg"></td>
</tr>
<tr>
<td><span class="copyright">
<?//=conv_content($config[zncf_copyright], 0); //copyright?>
<? if($config[zncf_copyright]) { echo $config[zncf_copyright]; } ?>
</span></td>
</tr>
</table>
</div>
<!-- // copyright -->
</div>
<!-- // footer -->
</div>
<!-- // zenaplus_wrap -->
<?
include_once("$g4[path]/tail.sub.php");
?>
배너를 삽입해보니까요 맨 하단 우측에 나와버리네요
게시판바로 옆에 보이게 할려는데 어디를 수정해야 될지 모르겠습니다.
tail.php 파일을 수정하는 것이 아닌가요?
작업한 소스 올리겠습니다.
......................................................................................................
<?
/**
* ZENAPLUS
*
* Copyright (c) 2006-05-18 Park Gwan Su <www.zeronara.net>
* e-mail : [email protected]
* You are free: to Remix - to adapt the work
* Attribution : You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
* Share Alike : If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
* Nothing in this license impairs or restricts the author's moral rights.
**/
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
</div>
<!-- // content -->
</div>
<!-- container -->
<div class="clear">
</div>
<!-- footer -->
<div id="footer">
<!-- page -->
<table width="1150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1000"><? if($config[zncf_page_skin]) { ?>
<div class="page">
<? include "$g4[path]/include/zp_bottom.inc.php";?>
</div>
<? } ?></td>
<td width="150" rowspan="2"><IMG src="http://kim7047.cafe24.com/data/zp_banner/19.jpg"></td>
</tr>
<tr>
<td><span class="copyright">
<?//=conv_content($config[zncf_copyright], 0); //copyright?>
<? if($config[zncf_copyright]) { echo $config[zncf_copyright]; } ?>
</span></td>
</tr>
</table>
</div>
<!-- // copyright -->
</div>
<!-- // footer -->
</div>
<!-- // zenaplus_wrap -->
<?
include_once("$g4[path]/tail.sub.php");
?>
추천1