; charset=<?php 
ks_charset();
?>
" />
<title><?php 
ks_title();
?>
</title>
<?php 
$h1_style = ' style="width:186px;background:url(' . ks_theme_url(KTAI_NOT_ECHO) . 'frame.gif) repeat-y;margin:0 auto;padding:0 23px;text-align:center;"';
// $h1_style = ' style="margin:0;text-align:center;"'; // style for bugle, lip title
// $logo_ext = '-bugle';
// $logo_ext = '-lip';
if (is_ktai() == 'DoCoMo' && ks_cookie_available()) {
}
ks_wp_head(KTAI_NONE_PC_HEAD);
?>
</head>
<body bgcolor="#fff0e0" link="purple" vlink="fuchsia">
<?php 
global $ks_settings;
$ks_settings = array();
// erase array for security
$ks_settings['h2_style'] = ' style="color:white;background-color:#ff1493;font-size:smaller;text-align:center;"';
$ks_settings['hr_color'] = '#ff69b4';
$ks_settings['list_pages'] = 'sort_column=menu_order,post_title';
$ks_settings['title_style'] = 'color:white;background-color:#ff69b4;';
$ks_settings['date_color'] = '#3366cc';
$ks_settings['comment_color'] = ks_option('ks_comment_type_color');
$ks_settings['comments_icon'] = array('none' => __('Comments off', 'ktai_style'), 'sec' => __('View comments (Need password)', 'ktai_style'), 'icon' => '', 'icon_zero' => '<img localsrc="265" alt="" />', 'icon_one' => '<img localsrc="51" alt="" />', 'icon_more' => '<img localsrc="266" alt="" />', 'icon_none' => '<img localsrc="61" alt="" />', 'icon_sec' => '<img localsrc="120" alt="?" />');
$ks_settings['edit_color'] = 'green';
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="<?php 
echo esc_html($mime_type);
?>
; charset=<?php 
echo esc_html($iana_charset);
?>
" />
<title><?php 
echo get_bloginfo('name') . '&gt;' . ($title ? esc_html(strip_tags($title)) : __('Admin', 'ktai_style'));
?>
</title>
<?php 
ks_wp_head(false);
?>
</head><body>
<div><?php 
bloginfo('name');
?>
</div>
<div align="right"><?php 
printf(__('Howdy, %s.', 'ktai_style'), $user_identity);
?>
<a href="#tail"><img localsrc="30" alt="<?php 
_e('&darr;', 'ktai_style');
?>
" /></a></div>
<hr color="#4f96c8" />
<h1><a name="head"><?php