source: extensions/simple_themes/simple/template/menubar_menu.tpl @ 13547

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

import theme Simple version 2.1

  • bugfix for user's profile - use default profile_content.tpl
  • child themes do not need to have content.css
  • use local_head.tpl
  • correct order of thumbnails & show copyright on picture page
  • use default as parent theme & change theme URI
  • add quicksearch and style input, textarea, ...
  • add login link in the footer
File size: 504 bytes
Line 
1<h3>{'Menu'|@translate}</h3>
2{*if isset($block->data.qsearch) and  $block->data.qsearch==true*}
3<form action="{$ROOT_URL}qsearch.php" method="get" id="quicksearch">
4  <p><input type="text" name="q" id="q" value="{'Quick search'|@translate|@escape:'javascript'}" onfocus="value='';"></p>
5</form>
6{*/if*}
7<ul>
8{foreach from=$block->data item=link}
9  {if is_array($link)}
10  <li><a href="{$link.URL}" title="{$link.TITLE}" {if isset($link.REL)}{$link.REL}{/if}>{$link.NAME}</a></li>
11  {/if}
12{/foreach}
13</ul>
Note: See TracBrowser for help on using the repository browser.