source: extensions/simple_themes/simple/template/menubar_links.tpl @ 13555

Last change on this file since 13555 was 13555, checked in by plg, 12 years ago

import theme Simple version 2.5

  • use media queries to adapt layout for small screens
  • remove arbitrary limit on width: the picture will simply be partially hidden if too wide
  • update password.tpl
  • add MENUBAR on all pages
  • Spelling correction in README
  • update url
  • bugfix for the feature 'open external links in new window' for menubar links
File size: 300 bytes
Line 
1<h3>{'Links'|@translate}</h3>
2<ul>
3  {foreach from=$block->data item=link}
4  <li><a href="{$link.URL}" class="external"{if isset($link.new_window)} onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}>{$link.LABEL}</a></li>
5  {/foreach}
6</ul>
Note: See TracBrowser for help on using the repository browser.