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,14 @@
<ul class="nav nav-tabs mb-4">
<li class="nav-item">
<a class="nav-link rounded-0<?php echo $layoutPage=='settings' && !$type?' active':''?>"
href="<?php echo $g['s'].'/?r='.$r.'&amp;layoutPage=settings'?>">
레이아웃 편집
</a>
</li>
<li class="nav-item">
<a class="nav-link rounded-0<?php echo $layoutPage=='settings' && $type?' active':''?>"
href="<?php echo $g['s'].'/?r='.$r.'&amp;layoutPage=settings&type=mainedit'?>">
메인 꾸미기
</a>
</li>
</ul>