if ( !defined("_INCLUDED_GLOBAL") ) exit; // [Security]Allow_url_fopen = On ?>
// 상단 이미지/플래시
$_wh = '';
if ($letter['l_top_w'] > 0)
$_wh .= ' width="'.$letter['l_top_w'].'"';
if ($letter['l_top_h'] > 0)
$_wh .= ' height="'.$letter['l_top_h'].'"';
if (strtolower(file_name_ext($letter['l_top'])) == 'swf')
{
?>
} else
{
?> |
background="= $G_SYS['HTTP_URL_ROOT'] ?>/letter/= $letter['l_no'] ?>/= $letter['l_middle'] ?>" } // if() // 본문 배경색 if ($letter['l_bgcolor'] != '') { ?> bgcolor="= $letter['l_bgcolor'] ?>" } // if() // 본문 글자색 if ($letter['l_color'] != '') { ?> style="color:= $letter['l_color'] ?>" } // if() ?>> = $letter['body']; // 본문 ?> |
// 하단 이미지/플래시
$_wh = '';
if ($letter['l_bottom_w'] > 0)
$_wh .= ' width="'.$letter['l_bottom_w'].'"';
if ($letter['l_bottom_h'] > 0)
$_wh .= ' height="'.$letter['l_bottom_h'].'"';
if (strtolower(file_name_ext($letter['l_bottom'])) == 'swf')
{
?>
} else
{
?> |