14 lines
652 B
PHP
14 lines
652 B
PHP
<!-- DEBUG-VIEW START 8 APPPATH\Views\admin\category\leftmenu_template.php -->
|
|
<div class="parent">
|
|
<div>-</div>
|
|
<div class="title">개인정보</div>
|
|
</div>
|
|
<div class="sibling ">
|
|
<a href="http://localhost:8080/front/order?category=11" target="_self">주문정보</a> <span class="play"><i class="bi bi-play-fill"></i></span>
|
|
</div>
|
|
<div class="sibling active">
|
|
<a href="http://localhost:8080/front/user?category=22" target="_self">사용자정보</a> <span class="play"><i class="bi bi-play-fill"></i></span>
|
|
</div>
|
|
|
|
<!-- DEBUG-VIEW ENDED 8 APPPATH\Views\admin\category\leftmenu_template.php -->
|