typo
This commit is contained in:
parent
af501b05ea
commit
027d6313d8
3 changed files with 52 additions and 43 deletions
|
|
@ -1,6 +1,13 @@
|
|||
<?php
|
||||
if (!defined('_GNUBOARD_'))
|
||||
exit; // 개별 페이지 접근 불가
|
||||
|
||||
add_stylesheet('<link rel="stylesheet" href="' . $content_skin_url . '/style.css">', 0);
|
||||
|
||||
include_once G5_PATH . "/head.sub.php";
|
||||
include_once G5_PATH . "/head.php";
|
||||
|
||||
echo $str;
|
||||
|
||||
include_once G5_PATH . "/tail.php";
|
||||
include_once G5_PATH . "/tail.sub.php";
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ if ($w == 'u')
|
|||
$g5['title'] = $delete_str . "글 수정";
|
||||
else if ($w == 'd' || $w == 'x')
|
||||
$g5['title'] = $delete_str . "글 삭제";
|
||||
else
|
||||
$g5['title'] = $g5['title'];
|
||||
|
||||
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||
add_stylesheet('<link rel="stylesheet" href="' . $member_skin_url . '/style.css">', 0);
|
||||
|
|
|
|||
|
|
@ -124,9 +124,12 @@ $f_img_out = $box_f_img['cs_etc_3'] != "" ? $box_f_img['cs_etc_3'] : 0;
|
|||
<?php
|
||||
echo "border:{$f_img_sli}px solid;";
|
||||
echo "border-image:url({$f_img_url}) {$f_img_sli} / {$f_img_sli}px / {$f_img_out}px {$f_img_rep};";
|
||||
?>}
|
||||
#design_frameBox:after
|
||||
{border:none !important;}
|
||||
?>
|
||||
}
|
||||
|
||||
#design_frameBox:after {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
|
@ -134,7 +137,8 @@ $f_img_out = $box_f_img['cs_etc_3'] != "" ? $box_f_img['cs_etc_3'] : 0;
|
|||
|
||||
|
||||
|
||||
#design_frameBox:after {<?php
|
||||
#design_frameBox:after {
|
||||
<?php
|
||||
if ($box_f_line['cs_value'])
|
||||
echo "border-color:" . hex2rgba($box_f_line['cs_value'], $box_f_line['cs_etc_1']) . "; ";
|
||||
$box_f_line['border'] = explode("||", $box_f_line['cs_etc_4']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue