스킨제작 정보
스킨제작본문
겔러리 스킨에서요,
스킨을 추가로 하나더 만들려고 하는데.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!$skin_no) $skin_no = "01";
?>
<META http-equiv="imagetoolbar" content="no">
<link rel='stylesheet' href='<?=$board_skin?>/style<?=$skin_no?>.css' type='text/css'>
<? // 확장변수
$ex_filed = explode("|",$write[wr_5]);
$ext_00 = $ex_filed[0];
$ext_01 = $ex_filed[1];
$ext_02 = $ex_filed[2];
$ext_03 = $ex_filed[3];
$ext_04 = $ex_filed[4];
$ext_05 = $ex_filed[5];
?>
<?=$ext_03?>
위의 파일이 gbview.skin.php 에서만 값을 받는데.....
이 값을 받는 파일을 만들려면 어디를 손봐야 하나요......
스킨을 추가로 하나더 만들려고 하는데.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!$skin_no) $skin_no = "01";
?>
<META http-equiv="imagetoolbar" content="no">
<link rel='stylesheet' href='<?=$board_skin?>/style<?=$skin_no?>.css' type='text/css'>
<? // 확장변수
$ex_filed = explode("|",$write[wr_5]);
$ext_00 = $ex_filed[0];
$ext_01 = $ex_filed[1];
$ext_02 = $ex_filed[2];
$ext_03 = $ex_filed[3];
$ext_04 = $ex_filed[4];
$ext_05 = $ex_filed[5];
?>
<?=$ext_03?>
위의 파일이 gbview.skin.php 에서만 값을 받는데.....
이 값을 받는 파일을 만들려면 어디를 손봐야 하나요......
댓글 전체
구체적으로 어떤 값을 받으시고 싶으신 것인지요?