diff --git a/config.php b/config.php index 1f9e78b1e..6f6dca596 100644 --- a/config.php +++ b/config.php @@ -5,8 +5,8 @@ ********************/ define('G5_VERSION', '그누보드5'); -define('G5_GNUBOARD_VER', '5.4.1.3'); -define('G5_YOUNGCART_VER', '5.4.1.3'); +define('G5_GNUBOARD_VER', '5.4.1.4'); +define('G5_YOUNGCART_VER', '5.4.1.4'); // 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음 define('_GNUBOARD_', true); diff --git a/head.php b/head.php index 2eac6e7c1..f348dbd6f 100644 --- a/head.php +++ b/head.php @@ -1,6 +1,8 @@ http [host] => sir.kr [path] => /bbs/board.php [query] => wr_id=1110870&bo_table=cm_free&cpage=1 [fragment] => c_1110946 ) - //while(list($k,$v) = each($vars)) $page_name .= "/".$v; + foreach($vars as $k => $v) { $page_name .= "/".$v; } + */ if( $page_name === 'write' ){ $vars['action'] = 'write'; @@ -173,8 +175,8 @@ function short_url_clean($string_url, $add_qry=''){ if( $add_qry ){ $add_param .= $add_param ? '&'.$add_qry : '?'.$add_qry; } - - while(list($k,$v) = each($s)) $return_url .= '/'.$v; + + foreach($s as $k => $v) { $return_url .= '/'.$v; } return $host.$return_url.$add_param.$fragment; } diff --git a/mobile/skin/board/basic/write.skin.php b/mobile/skin/board/basic/write.skin.php index 7c350075c..d8fa12fc3 100644 --- a/mobile/skin/board/basic/write.skin.php +++ b/mobile/skin/board/basic/write.skin.php @@ -76,7 +76,7 @@ add_stylesheet('', 0
- +
diff --git a/mobile/skin/board/gallery/write.skin.php b/mobile/skin/board/gallery/write.skin.php index 7cb0a19cd..d8fa12fc3 100644 --- a/mobile/skin/board/gallery/write.skin.php +++ b/mobile/skin/board/gallery/write.skin.php @@ -76,7 +76,7 @@ add_stylesheet('', 0
- +
diff --git a/skin/member/basic/register_form.skin.php b/skin/member/basic/register_form.skin.php index eb995f53f..72b2596e6 100644 --- a/skin/member/basic/register_form.skin.php +++ b/skin/member/basic/register_form.skin.php @@ -98,15 +98,17 @@ add_stylesheet('',
  • - + + diff --git a/theme/basic/mobile/skin/board/basic/write.skin.php b/theme/basic/mobile/skin/board/basic/write.skin.php index 7c350075c..d8fa12fc3 100644 --- a/theme/basic/mobile/skin/board/basic/write.skin.php +++ b/theme/basic/mobile/skin/board/basic/write.skin.php @@ -76,7 +76,7 @@ add_stylesheet('', 0
    - +
    diff --git a/theme/basic/mobile/skin/board/gallery/write.skin.php b/theme/basic/mobile/skin/board/gallery/write.skin.php index 7cb0a19cd..d8fa12fc3 100644 --- a/theme/basic/mobile/skin/board/gallery/write.skin.php +++ b/theme/basic/mobile/skin/board/gallery/write.skin.php @@ -76,7 +76,7 @@ add_stylesheet('', 0
    - +
    diff --git a/theme/basic/skin/member/basic/register_form.skin.php b/theme/basic/skin/member/basic/register_form.skin.php index eb995f53f..cbd17aed0 100644 --- a/theme/basic/skin/member/basic/register_form.skin.php +++ b/theme/basic/skin/member/basic/register_form.skin.php @@ -98,15 +98,16 @@ add_stylesheet('',
  • - +