first
This commit is contained in:
17
modules/market/admin/_guide.php
Normal file
17
modules/market/admin/_guide.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<div class="p-4">
|
||||
<div class="text-center text-muted d-flex align-items-center justify-content-center" style="height: calc(100vh - 10rem);">
|
||||
<div><i class="fa fa-exclamation-circle fa-3x mb-3" aria-hidden="true"></i>
|
||||
<p>마켓설정이 필요합니다.</p>
|
||||
<small>
|
||||
프로젝트 키는 프로젝트의 정식판 여부를 확인하여 마켓이용과 지원에 활용됩니다. <br>
|
||||
key가 맞지 않거나 분실시에는 kimsq.com 에 로그인 후, 나의 프로젝트 페이지에서 확인할 수 있습니다.
|
||||
</small>
|
||||
|
||||
<div class="mt-4">
|
||||
<a href="<?php echo $g['s']?>/?r=<?php echo $r?>&m=<?php echo $m?>&module=<?php echo $module?>&front=config" class="btn btn-outline-primary btn-block">
|
||||
설정하기
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user