회원 모듈 simple world 다듬기 + 오류 표시 모듈 스킨 추가

This commit is contained in:
MinSoo Kim 2017-02-07 01:06:26 +09:00
parent eb543775c1
commit 0f6a2e0daa
11 changed files with 348 additions and 9 deletions

View file

@ -0,0 +1,6 @@
<include target="./common_header.html" />
<section class="sw-body">
<h1>{$http_status_code} {$http_status_message}</h1>
<div class="rx_member-notice error">{lang('common.msg_module_is_not_exists')}</div>
</section>
<include target="./common_footer.html" />