[레이아웃] 레이아웃에서 위젯페이지인지, 게시판인지 구분하는 인자가 있을까요?
2017.10.17 04:48
54
1
https://eond.com/393832
object(HotopayModel)#817 (23) { ["error"]=> int(0) ["message"]=> string(7) "success" ["variables"]=> array(0) { } ["httpStatusCode"]=> int(200) ["module"]=> string(7) "hotopay" ["module_info"]=> NULL ["origin_module_info"]=> NULL ["module_config"]=> NULL ["module_path"]=> string(52) "/home/eond/web/eond.com/public_html/modules/hotopay/" ["xml_info"]=> NULL ["module_srl"]=> NULL ["mid"]=> NULL ["act"]=> NULL ["template_path"]=> NULL ["template_file"]=> NULL ["layout_path"]=> NULL ["layout_file"]=> NULL ["edited_layout_file"]=> NULL ["stop_proc"]=> bool(false) ["user"]=> object(Rhymix\Framework\Helpers\SessionHelper)#816 (20) { ["member_srl"]=> int(0) ["user_id"]=> NULL ["user_name"]=> NULL ["nick_name"]=> NULL ["email_address"]=> NULL ["phone_number"]=> NULL ["homepage"]=> NULL ["blog"]=> NULL ["birthday"]=> NULL ["denied"]=> NULL ["status"]=> NULL ["is_admin"]=> string(1) "N" ["is_site_admin"]=> NULL ["profile_image"]=> NULL ["image_name"]=> NULL ["image_mark"]=> NULL ["signature"]=> NULL ["description"]=> NULL ["group_list"]=> array(0) { } ["menu_list"]=> array(0) { } } ["request"]=> object(Rhymix\Framework\Request)#10 (13) { ["method"]=> string(3) "GET" ["compat_method"]=> string(3) "GET" ["url"]=> string(21) "xe/393832/page/465443" ["hostname"]=> string(8) "eond.com" ["domain"]=> NULL ["protocol"]=> string(5) "https" ["callback_function"]=> string(0) "" ["_route_status":protected]=> int(200) ["_route_options":protected]=> object(stdClass)#11 (5) { ["cache_control"]=> bool(true) ["check_csrf"]=> bool(true) ["is_forwarded"]=> bool(false) ["is_indexable"]=> bool(true) ["enable_session"]=> bool(true) } ["module"]=> string(5) "board" ["mid"]=> string(2) "xe" ["act"]=> string(16) "dispBoardContent" ["args"]=> array(4) { ["document_srl"]=> string(6) "393832" ["page"]=> int(1) ["mid"]=> string(2) "xe" ["act"]=> string(16) "dispBoardContent" } } ["ajaxRequestMethod"]=> array(2) { [0]=> string(6) "XMLRPC" [1]=> string(4) "JSON" } ["gzhandler_enable"]=> bool(true) }

https://www.xetown.com/index.php?_filter=search&mid=qna&search_keyword=구분&search_target=title_content&page=2&division=-767674&last_division=-233071&document_srl=428458

질문. 레이아웃에서 위젯페이지인지, 게시판인지 구분하는 인자가 있을까요?

현재 페이지가 메인인지 서브인지 구분은 할 수 있을 것 같은데,

현재 보고 있는 페이지가 위젯 페이지인지, 게시판 페이지인지 알 수 있는 방법이 있을까요?


답변. 

$module_info->module 로 하면 모듈종류가 나오고.. board 라든지 page 라든지..
page 의 경우는 $module_info->page_type 하면 ARTICLE (문서페이지), WIDGET (위젯페이지), OUTSIDE (외부페이지)


{@
$oModuleModel = &getModel('module');
$module_info = $oModuleModel->getModuleInfoByMid($mid);
echo $module_info->module; // page, board etc.
    if($module_info->module == 'page'){
    echo $module_info->page_type; //page 인경우 문서/위젯/외부 페이지 받아올 수 있음
    }
}


사용예제.

<style>
   <!--@if($module_info->module == 'board')-->
   .container-fluid{width:1200px;margin:0 auto;}
   <!--@end-->
</style>


라이믹스는 이온디와 함께

닫기

마이페이지

로그인을 해주세요

네이버로 로그인