{@
$sclms = array();
$ds_readed = $ci['readed_count']->display == 'Y';
$ds_voted = $ci['voted_count']->display == 'Y';
$ds_update = $ci['last_update']->display == 'Y';
$ds_updater = $ci['last_updater']->display == 'Y';
$ds_update && $ds_updater ? $ci['last_update']->display = 'N' : 0;
$ci['content']->display = 'N';
$ci['tag']->display = 'N';
$mi->star_style!='N' ? $ci['blamed_count']->display = 'N' : 0;
$mi->star_style!='N' && $ds_voted ? $ci['readed_count']->display = 'N' : 0;
$lang->short_readed_count ? $ci['readed_count']->name = $lang->short_readed_count : 0;
$lang->short_blamed_count ? $ci['blamed_count']->name = $lang->short_blamed_count : 0;
$lang->short_voted_count ? $ci['voted_count']->name = $lang->short_voted_count : 0;
$mi->star_style!='N' ? $ci['voted_count']->name = $lang->star_column : 0;
$is_notice_widget = !$is_doc;
$a_lsttp = array('notice'=>&$notice_list,'best'=>&$best_list);
}