This commit is contained in:
shim
2023-04-17 11:06:08 +09:00
parent d0b393aa97
commit 76264e09ad
4686 changed files with 552713 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<div class="card">
<div class="card-body">
<p>
연결할 페이지를 선택해 주세요.
</p>
<button type="button" class="btn btn-light" onclick="dropJoint('<?php echo $g['s']?>/?m=<?php echo $smodule?>&front=join');">
회원가입
</button>
<button type="button" class="btn btn-light" onclick="dropJoint('<?php echo $g['s']?>/?m=<?php echo $smodule?>&front=login');">
로그인
</button>
<button type="button" class="btn btn-light" onclick="dropJoint('<?php echo $g['s']?>/?m=<?php echo $smodule?>&front=profile');">
프로필
</button>
<button type="button" class="btn btn-light" onclick="dropJoint('<?php echo $g['s']?>/?m=<?php echo $smodule?>&front=settings');">
개인정보 관리
</button>
</div>
</div>

View File

@@ -0,0 +1,9 @@
<?php
$d['amenu']['config'] = '환경설정';
$d['amenu']['main'] = '회원목록';
$d['amenu']['point'] = '포인트';
$d['amenu']['msgdoc'] = '메시지 양식';
$d['amenu']['notidoc'] = '알림 양식';
$d['amenu']['mygroup'] = '그룹/등급';
$d['amenu']['theme'] = '테마 관리';
?>