설명 없음
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.

execute.htm 1.0KB

123456789101112131415161718192021
  1. <div class="fixed-bar">
  2. <div class="item-title">
  3. <ul class="tab-base nc-row">
  4. {eq name='$main_lang' value='$admin_lang'}
  5. {eq name="'Seo@seo'|is_check_access" value="1"}
  6. <li><a href="{:url('Seo/seo')}" {if condition="'seo'==$Think.const.ACTION_NAME"}class="current"{/if}><span>URL配置</span></a></li>
  7. {/eq}
  8. {/eq}
  9. {eq name='$main_lang' value='$admin_lang'}
  10. {eq name="'Sitemap@index'|is_check_access" value="1"}
  11. <li><a href="{:url('Sitemap/index')}" {if condition="'Sitemap'==$Think.const.CONTROLLER_NAME"}class="current"{/if}><span>Sitemap</span></a></li>
  12. {/eq}
  13. {/eq}
  14. {eq name="'Links@index'|is_check_access" value="1"}
  15. <li><a href="{:url('Links/index')}" {if condition="'Links'==$Think.const.CONTROLLER_NAME"}class="current"{/if}><span>友情链接</span></a></li>
  16. {/eq}
  17. </ul>
  18. </div>
  19. </div>