__('Comments off', 'ktai_style'),
'sec' => __('View comments (Need password)', 'ktai_style'),
'icon' => '',
'icon_zero' => '
',
'icon_one' => '
',
'icon_more' => '
',
'icon_none' => '
',
'icon_sec' => '
',
);
$ks_settings['edit_color'] = 'green';
if (ks_is_flat_rate()) {
$before = sprintf('
', ks_theme_url(KTAI_NOT_ECHO), $logo_ext, $h1_style);
$after = sprintf('

', ks_theme_url(KTAI_NOT_ECHO), $logo_ext);
} else {
$before = '';
$after = '
';
}
ks_page_title(array('before' => $before, 'after' => $after));
?>
|