{template 'common/mcheader'} {if !empty($module)} {/if} {if $do == 'post'}
微站导航
{if $_GPC['do'] != 'profile'}
每个导航链接只能在一个微站上使用。
{/if} {if $_GPC['do'] == 'home'}
设置此项后可以将导航菜单显示到模板相应的预设位置中(可以同时设置多个导航在同一个位置中,会根据排序大小依次显示),显示的位置必须要有模板支持。注意:如果您添加了模板未设置的位置时,该链接将不会显示,您可以在导航列表中查看。
{/if}
{php echo tpl_form_field_link('url', $item['url']);} 指定这个导航的链接目标 使用微站链接: 一键拨号 一键导航
设置导航菜单的显示状态
导航排序,越大越靠前
导航样式
    请选择系统的默认图标或者自己上传图标
{php echo tpl_form_field_icon('icon[icon]', $item['css']['icon']['icon']);} 导航的背景图标,系统提供了丰富的图标ICON
{php echo tpl_form_field_color('icon[color]', $item['css']['icon']['color']);} 图标颜色,上传图标时此设置项无效
px
图标的尺寸大小,单位为像素,上传图标时此设置项无效
{elseif $do == 'display'} {if $_GPC['do'] != 'profile'}
筛选
{if $_GPC['do'] == 'home'} {elseif $_GPC['do'] == 'shortcut'} {/if}
{/if} {if $_GPC['do'] == 'home'}
当前使用的风格为:{$style['name']},模板文件为:{$template['title']}(/app/themes/{$template['name']})。{if !empty($template['sections'])}此模板提供{$template['sections']}个导航位置,您添加导航可以指定显示显示位置{else}此模板未提供导航位置功能{/if}
{/if}
{if $type['name'] == 'home'}
选择要显示在微站首页的信息 这里提供了{if $mod}"{$mod['title']}"功能中{/if}能够显示在微站首页的信息, 你可以选择性的自定义或显示隐藏
{/if} {if $type['name'] == 'profile'}
选择要显示在微站个人中心的信息 这里提供了{if $mod}"{$mod['title']}"功能中{/if}能够显示在微站个人中心的信息, 你可以选择性的自定义或显示隐藏
{/if} {if $type['name'] == 'shortcut'}
选择要显示在微站快捷选项的信息 这里提供了{if $mod}"{$mod['title']}"功能中{/if}能够显示在微站快捷选项的信息(需要微站模板支持), 你可以选择性的自定义或显示隐藏
{/if}
{if $_GPC['do'] == 'home'}{/if} {loop $ds $item} {if empty($module)} {if $item['status'] || empty($item['module'])} {if $_GPC['do'] == 'home'}{/if} {/if} {else} {if $_GPC['do'] == 'home'}{/if} {/if} {/loop}
ID 图标 标题 链接 来源 排序位置操作 是否在微站上显示
{$item['id']} {if !empty($item['css']['icon']['icon'])} {elseif !empty($item['icon'])} {/if} {if $item['remove']} {else} {$item['title']} {/if} {php echo tpl_form_field_link('url['.$item['id'].']', $item['url'], array('css' => array('input' => ' input-sm', 'btn' => ' btn-sm')));} {if $item['module']}{$modules[$item['module']]['title']}{/if} {$froms[$item['from']]} {if $item['remove']} {else} 无效 {/if} {if empty($item['section']) || $item['section'] > $template['sections']}无位置{else}位置 {$item['section']}{/if}
 
{$item['id']} {if !empty($item['css']['icon']['icon'])} {elseif !empty($item['icon'])} {/if} {if $item['remove']} {else} {$item['title']} {/if} {if $item['remove']} {php echo tpl_form_field_link('url['.$item['id'].']', $item['url'], array('css' => array('input' => ' input-sm', 'btn' => ' btn-sm')));} {else} {$item['url']} {/if} {if $item['module']}"{$modules[$item['module']]['title']}" {/if} {if $item['remove']} {else} 无效 {/if} {if empty($item['section']) || $item['section'] > $template['sections']}无位置{else}位置 {$item['section']}{/if} {if $item['remove']}
 
{/if}
{/if} {template 'common/footer'}