{@ $iframe_include = (Context::get('is_iframe') == '1'); $default_style = $module_info->default_style?$module_info->default_style:($listStyle?$listStyle:'list'); } {@ $default_style = $listStyle} {@ $default_style = 'download'; $module_info->use_media_player=='Y'; } {@ $notice_list = array_merge((array)$notice_list, (array)$best_document_list)} {@ $module_info->content_cut_size = $module_info->allow_view_cut_size} {@ // download, review 일땐 리뷰 셋팅 $is_review = ($module_info->display_review_style == 'Y' || $default_style == 'download'); // 보조 컬러셋 설정 $arr_sub_colorset1 = explode(',',$module_info->sub_colorset1); $arr_sub_colorset2 = explode(',',$module_info->sub_colorset2); // 컬러셋 체크 $module_info->colorset = ($module_info->colorset)?$module_info->colorset:'white'; $btn_class = ($module_info->colorset == 'black')? 'black':''; // 정렬 바꿈 $order_type = ($order_type == 'desc')?'asc':'desc'; // 닉네임 색상 $arr_login_nickname_color = explode(',',$module_info->login_nickname_color); // 분류 넓이 $arr_category_width = explode(',',$module_info->category_width); } {@ Context::addCSSFile($tpl_path.'css/'.$default_style.'.css'); Context::addCSSFile($tpl_path.'css/'.$module_info->colorset.'.css'); }