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,20 @@
<?php
$wdgvar_smenu_arr = explode('/' , $wdgvar['smenu']);
$wdgvar_smenu_arr_end = array_pop($wdgvar_smenu_arr);
$_MENUQ1=getDbData($table['s_menu'],'site='.$s." and id='".$wdgvar_smenu_arr_end."'",'uid,name');
$_MENUQ2=getDbSelect($table['s_menu'],'site='.$s.' and parent='.$_MENUQ1['uid'].' and hidden=0 order by gid asc','*');
?>
<div class="btn-group">
<button type="button" class="btn btn-white btn-sm dropdown-toggle"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="min-width: 170px">
<?php echo $_MENUQ1['name'] ?>
</button>
<div class="dropdown-menu dropdown-menu-right shadow-sm f14" style="min-width: 170px">
<?php while($_M2=db_fetch_array($_MENUQ2)):?>
<a class="dropdown-item" href="<?php echo $_M2['joint']?>" target="_blank">
<?php echo $_M2['name']?>
</a>
<?php endwhile?>
</div>
</div>

View File

@@ -0,0 +1 @@
드롭다운 조인트

View File

@@ -0,0 +1 @@
사용안내

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB