Fix missing member menu in mobile default communication skin

This commit is contained in:
Kijin Sung 2023-12-30 20:27:46 +09:00
parent 7a8b62448d
commit 3655a65eef
3 changed files with 12 additions and 0 deletions

View file

@ -1,4 +1,6 @@
<load target="./css/mcommunication.css" />
<include target="^/modules/member/m.skins/default/common_header.html" />
<div class="bd">
<div class="hx h2">
<h2>{$lang->cmd_message_box}</h2>
@ -9,3 +11,5 @@
</li>
</ul>
</div>
<include target="^/modules/member/m.skins/default/common_footer.html" />