first
This commit is contained in:
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
드롭다운 조인트
|
||||
@@ -0,0 +1 @@
|
||||
사용안내
|
||||
BIN
widgets/bs4-default/site/menu/quickmenu/dropdown-joint/thumb.png
Normal file
BIN
widgets/bs4-default/site/menu/quickmenu/dropdown-joint/thumb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user