Ingen beskrivning
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.

bar.htm 809B

1234567891011121314151617
  1. {include file="seo/bar" /}
  2. <!-- <div class="fixed-bar">
  3. <div class="item-title">
  4. <div class="subject">
  5. <h3>友情链接</h3>
  6. <h5></h5>
  7. </div>
  8. <ul class="tab-base nc-row">
  9. <li><a href="{:url("Links/index")}" class="tab {eq name="$Request.action" value="index"}current{/eq}"><span>友链列表</span></a></li>
  10. {eq name="$Think.const.CONTROLLER_NAME.'@add'|is_check_access" value="1"}
  11. <li><a href="{:url("Links/add")}" class="tab {if condition="in_array($Request.action, array('add','edit'))"}current{/if}"><span>{if condition="'edit' == $Request.action"}编辑链接{else /}新增链接{/if}</span></a></li>
  12. {/eq}
  13. </ul>
  14. </div>
  15. </div> -->