14 lines
642 B
PHP
14 lines
642 B
PHP
<!-- DEBUG-VIEW START 10 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/product?category=8" 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/product?category=9" target="_self">판매</a> <span class="play"><i class="bi bi-play-fill"></i></span>
|
|
</div>
|
|
|
|
<!-- DEBUG-VIEW ENDED 10 APPPATH\Views\admin\category\leftmenu_template.php -->
|