{$module_info->header_text}
{@
$lb->name = $module_info->xv_name;
$lb->name_i = $module_info->xv_name_i;
$lb->date = $module_info->xv_date ? $module_info->xv_date : 'Y-m-d';
$lb->noti = $module_info->xv_noti == 'n' ? false : true;
$lb->bln = $module_info->xv_bln && $module_info->xv_bln != 'n' ? $module_info->xv_bln : false;
$lb->photo_w = $module_info->xv_user_w ? $module_info->xv_user_w : 80;
$lb->photo_h = $module_info->xv_user_h ? $module_info->xv_user_w : 80;
$lb->photo_i = $module_info->xv_user_i ? getUrl().$module_info->xv_user_i : false;
$lb->type = $module_info->xv_list_t == 'gallery' ? 'gallery' : 'board';
$lb->list->login = ($is_logged || $module_info->xv_login == 'n') ? false : true;
$lb->list->sort = ($module_info->xv_sort == 'n' || ($module_info->xv_sort == 'a' && !$grant->manager)) ? false : true;
$lb->new_hrs = $module_info->xv_new ? $module_info->xv_new : ''; // null to no markings
$lb->new_p = !$module_info->xv_new_p || $module_info->xv_new_p == 'y' ? true : false;
$lb->badges = $module_info->xv_badges == 'n' ? false : true;
$lb->list->title_n = $module_info->xv_title_n;
$lb->list->summary_n = $module_info->xv_summary_n ? $module_info->xv_summary_n : '300';
$lb->thumb_w = $module_info->xv_thumb_w ? $module_info->xv_thumb_w : 110;
$lb->thumb_h = $module_info->xv_thumb_h ? $module_info->xv_thumb_h : 110;
$lb->thumb_i = $module_info->xv_thumb_i ? getUrl().$module_info->xv_thumb_i : false;
$lb->list->rss = $module_info->xv_rss == 'n' ? false : true;
$lb->gl->t = $module_info->xv_gallery_n ? $module_info->xv_gallery_n : 4;
$lb->gl->h = $module_info->xv_gallery_h == 'n' ? false : true;
$lb->dm->image = $module_info->xv_d_image == 'n' ? false : $module_info->xv_d_image;
$lb->dm->sb = $module_info->xv_d_sb == 'n' ? false : true;
$lb->sign = $module_info->xv_d_sign == 'n' ? false : true;
$lb->dm->vote = $module_info->xv_d_vote ? $module_info->xv_d_vote : 3;
$lb->dm->files = $module_info->xv_d_files == 'n' ? false : true;
$lb->dm->tb = $module_info->xv_d_tb == 'n' ? false : true;
$lb->cm->photo = $module_info->xv_c_user == 'n' ? false : true;
$lb->cm->vote = $module_info->xv_c_vote ? $module_info->xv_c_vote : 3;
$lb->category = ($module_info->use_category == 'Y' && count($category_list)) ? true : false;
$lb->anonymous = ($module_info->use_anonymous == 'Y') ? true : false;
$lb->secret = ($module_info->secret == 'Y') ? true : false;
$lb->list->status = $lb->new_hrs && $lb->new_p ? true : false; // status icons col
$lb->new_time = date("YmdHis", time() - $lb->new_hrs * 60 * 60);
$lb->id = 0;
$lb->palette = array('555555','222288','226622','2266EE','8866CC','88AA66','EE2222','EE6622','EEAA22','EEEE22');
$lb->order_target;
$lb->order_type;
$lb->list->config_t = array();
$lb->list->config_n = 0;
$lb->list->notice = true;
$lb->list->first = true;
}
{@
$lang->cmd_sort = '정렬';
$lang->cmd_top = '맨 위로';
$lang->confirm_report = '신고하시겠습니까?';
$lang->cmd_search_krzip = '우편번호 찾기';
$lang->about_krzip = '읍, 면, 동을 입력한 후 검색을 누르세요.';
$lang->select_zip = '주소를 선택해주세요.';
$lang->search_isnull = '검색어를 입력해주세요.';
}
{@
$lang->cmd_sort = 'Sort';
$lang->cmd_top = 'Top';
$lang->confirm_report = 'Are you sure?';
$lang->cmd_search_krzip = 'Search Zipcode';
$lang->about_krzip = 'Type in -eup, -myeon or -dong and press search.';
$lang->select_zip = 'Please select a zipcode.';
$lang->search_isnull = sprintf($lang->filter->isnull, $lang->search_keyword);
}