|
|
|
13-04-22
|
조회 4,017
|
|
|
|
13-04-22
|
조회 1,351
|
|
|
|
13-04-22
|
조회 2,818
|
|
|
|
13-04-22
|
조회 1,465
|
|
|
|
13-04-22
|
조회 1,266
|
|
|
|
13-04-22
|
조회 1,407
|
|
|
|
13-04-22
|
조회 5,512
|
|
|
|
13-04-22
|
조회 1,230
|
|
|
|
13-04-22
|
조회 990
|
|
|
|
13-04-22
|
조회 1,257
|
|
|
|
13-04-22
|
조회 1,252
|
|
|
|
13-04-22
|
조회 1,620
|
|
|
|
13-04-22
|
조회 1,106
|
|
|
|
13-04-22
|
조회 1,367
|
|
|
|
13-04-22
|
조회 1,292
|
|
|
|
13-04-22
|
조회 1,237
|
|
|
|
13-04-22
|
조회 1,598
|
|
|
|
13-04-22
|
조회 1,260
|
|
|
|
13-04-22
|
조회 2,332
|
|
|
|
13-04-22
|
조회 1,903
|
댓글 3개
common.php 상단에...
<?
$nhn1 = $_GET['nhn1'];
if($nhn1 != ''){
@setcookie('lang',$nhn1,time()+3600*24,'/');
include("lang/$nhn1.php");
}else{
$file = $_COOKIE['lang'];
if(!$file) $file = 'kr';
include("lang/$file.php");
}
?>
넣어주고...
lang 폴더를 만든 후, kr.php, en.php, cn.php등의 언어팩 파일을 만들어 가고 있습니다...
함께 공사하면 서로 많은 도움이 될듯 싶은데요...
그럼, 이메일 함 주세요. [email protected]