mirror of https://github.com/avecms/AVE.cms.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
340 B
8 lines
340 B
<select name="parent_id" id="parent_id" style="width: 300px;"> |
|
<option value="0">{#DOC_TOP_MENU_ITEM#}</option> |
|
{foreach from=$navigations item=navigation} |
|
<optgroup label="({$navigation->navigation_id}) {$navigation->title|escape}"> |
|
{include file="$select_tpl" items=$navigation->navigation_items} |
|
</optgroup> |
|
{/foreach} |
|
</select> |