source: extensions/simple_themes/simple/template/menubar.tpl @ 13551

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

import theme Simple version 2.4

compatibility with piwigo 2.2:

  • update template, language strings + misc things
  • use rating and core.scripts from default theme
  • cleanup useless javascript stuff
  • use new combined_css feature - thanks to P@t
  • replace known_script with combine_script
File size: 274 bytes
Line 
1{if !empty($blocks) }
2<div id="menubar">
3  {foreach from=$blocks key=id item=block}
4  <div id="{$id}">
5    {if not empty($block->template)}
6    {include file=$block->template|@get_extent:$id }
7    {else}
8    {$block->raw_content}
9    {/if}
10  </div>
11  {/foreach}
12</div>
13{/if}
Note: See TracBrowser for help on using the repository browser.