Ignore:
Timestamp:
Mar 14, 2012, 2:37:30 PM (12 years ago)
Author:
plg
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/template/menubar_categories.tpl

    r13549 r13551  
    1 <h3><a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a></h3>
     1<h3><a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a></h3>
    22
    33{assign var='ref_level' value=0}
     
    2121{'</li></ul>'|@str_repeat:$ref_level}
    2222
    23 {if isset($block->data.U_UPLOAD)}
    24 <ul>
    25   <li>
    26     <a href="{$block->data.U_UPLOAD}">{'Upload a picture'|@translate}</a>
    27   </li>
    28 </ul>
    29 {/if}
    30 <p class="totalImages">{$pwg->l10n_dec('%d image', '%d images', $block->data.NB_PICTURE)}</p>
     23<p class="totalImages">{$pwg->l10n_dec('%d photo', '%d photos', $block->data.NB_PICTURE)}</p>
Note: See TracChangeset for help on using the changeset viewer.