1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/skin/developer/components/dropdown/dropdown.menu.tpl
2014-10-18 13:07:45 +07:00

18 lines
528 B
Smarty

{**
* Выпадающее меню
*
* @param string name
* @param string text
* @param string classes
* @param string attributes
* @param string activeItem
* @param array items
*}
{include 'components/nav/nav.tpl'
name = ( $smarty.local.name ) ? "{$smarty.local.name}_menu" : ''
activeItem = $smarty.local.activeItem
mods = 'stacked dropdown'
classes = "dropdown-menu {$smarty.local.classes}"
attributes = "{$smarty.local.attributes} id=\"{$smarty.local.id}\""
items = $smarty.local.items}