경로 수정 작업 중
This commit is contained in:
80
tail.php
80
tail.php
@ -1,60 +1,38 @@
|
||||
<?
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
$admin = get_admin("super");
|
||||
if (G4_IS_MOBILE) {
|
||||
include_once(G4_MOBILE_PATH.'/tail.php');
|
||||
return;
|
||||
}
|
||||
|
||||
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
|
||||
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
|
||||
// 하단 파일 경로 지정 : 이 코드는 가능한 삭제하지 마십시오.
|
||||
if ($config['cf_include_tail']) {
|
||||
if (!@include_once($config['cf_include_tail'])) {
|
||||
die('기본환경 설정에서 하단 파일 경로가 잘못 설정되어 있습니다.');
|
||||
}
|
||||
return; // 이 코드의 아래는 실행을 하지 않습니다.
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</td></tr></table>
|
||||
<!-- 중간끝 -->
|
||||
<hr>
|
||||
|
||||
<footer id="ft">
|
||||
<h1><?=$config['cf_title']?> 정보</h1>
|
||||
<?=popular('basic'); // 인기검색어 ?>
|
||||
<?=visit("basic"); // 방문자수 ?>
|
||||
<div id="ft_catch"><a href="<?=$g4['url']?>/"><img src="<?=G4_IMG_URL?>/ft_catch.jpg" alt="Sharing All Possibilities"></a></div>
|
||||
<div id="ft_copy">
|
||||
<p>Copyright © <b>소유하신 도메인.</b> All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- 하단 -->
|
||||
<table align=center width='<?=$table_width?>' cellpadding=0 cellspacing=0>
|
||||
<tr>
|
||||
<td width=180 bgcolor=#EBEBEB><a href='<?=$g4[path]?>/'><img src='<?=$g4[path]?>/data/common/logo_img' border=0 style="filter:gray();"></a></td>
|
||||
<td><img src='<?=$g4[shop_img_path]?>/tail_img01.gif'></td>
|
||||
<td width=10></td>
|
||||
<td><img src='<?=$g4[shop_img_path]?>/tail_img02.gif'></td>
|
||||
<td width=770 bgcolor=#EBEBEB style='padding-left:10px;'>
|
||||
<table width=98% cellpadding=0 cellspacing=0 border=0>
|
||||
<tr><td height=30>
|
||||
<a href="<?=$g4[shop_path]?>/content.php?co_id=company">회사소개</a> |
|
||||
<a href="<?=$g4[shop_path]?>/content.php?co_id=provision">서비스이용약관</a> |
|
||||
<a href="<?=$g4[shop_path]?>/content.php?co_id=privacy">개인정보 취급방침</a>
|
||||
</td></tr>
|
||||
<tr><td height=1 bgcolor=#CBCBCB></td></tr>
|
||||
<tr><td height=60 style='line-height:150%'>
|
||||
<FONT COLOR="#46808F">
|
||||
<?=$default[de_admin_company_addr]?> /
|
||||
전화 : <?=$default[de_admin_company_tel]?> /
|
||||
팩스 : <?=$default[de_admin_company_fax]?> /
|
||||
운영자 : <?=$admin[mb_name]?> <BR>
|
||||
사업자 등록번호 : <?=$default[de_admin_company_saupja_no]?> /
|
||||
대표 : <?=$default[de_admin_company_owner]?> /
|
||||
개인정보관리책임자 : <?=$default[de_admin_info_name]?> <br>
|
||||
통신판매업신고번호 : <?=$default[de_admin_tongsin_no]?>
|
||||
<? if ($default[de_admin_buga_no]) echo " / 부가통신사업신고번호 : $default[de_admin_buga_no]"; ?>
|
||||
<br>Copyright © 2001-2005 <?=$default[de_admin_company_name]?>. All Rights Reserved. </FONT></td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- 하단끝 -->
|
||||
|
||||
<?if(!is_mobile()){?>
|
||||
<a href="<?=$_SERVER['PHP_SELF'].($_SERVER['QUERY_STRING']?'?'.$_SERVER['QUERY_STRING'].'&':'?').'device=mobile';?>" id="g4s_cng">모바일 버전으로 보기</a>
|
||||
<?}?>
|
||||
|
||||
<?
|
||||
$sec = get_microtime() - $begin_time;
|
||||
$file = $_SERVER[PHP_SELF];
|
||||
?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table><br/>
|
||||
<!-- 전체끝 -->
|
||||
|
||||
|
||||
<?
|
||||
include_once("$g4[path]/tail.sub.php");
|
||||
?>
|
||||
include_once(G4_PATH."/tail.sub.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user