Ignore:
Timestamp:
Mar 14, 2011, 5:12:07 PM (13 years ago)
Author:
flop25
Message:

updating tpl files
delete of picture.css
Theme URI updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_default/template/menubar_categories.tpl

    r9120 r9675  
    1 {if isset($U_START_FILTER)}
    2         <a href="{$U_START_FILTER}" title="{'display only recently posted images'|@translate}" rel="nofollow">
    3         <img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>
    4 {/if}
    5 {if isset($U_STOP_FILTER)}
    6         <a href="{$U_STOP_FILTER}" title="{'return to the display of all images'|@translate}"> 
    7         <img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
    8 {/if}
    91{if isset($tab_system) && $tab_system && in_array($id, $tab_closed)}
    102<dt class="titre_acordeon">
     
    124<dt class="titre_acordeon_0">
    135{/if}
    14         <a href="javascript:void(0);"><img src="{$ROOT_URL}{$themeconf.icon_dir}/menu/small_resizable.png" class="button_res" alt="[_]">{'Categories'|@translate}</a>
     6  {if isset($U_START_FILTER)}
     7  <a href="{$U_START_FILTER}" title="{'display only recently posted photos'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>
     8  {/if}
     9  {if isset($U_STOP_FILTER)}
     10  <a href="{$U_STOP_FILTER}" title="{'return to the display of all photos'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
     11  {/if}
     12        <a href="javascript:void(0);"><img src="{$ROOT_URL}{$themeconf.icon_dir}/menu/small_resizable.png" class="button_res" alt="[_]">{'Albums'|@translate}</a>
    1513</dt>
    1614<dd>
     
    3432{/foreach}
    3533{'</li></ul>'|@str_repeat:$ref_level}
    36         {if isset($block->data.U_UPLOAD)}
    37                 <ul>
    38                         <li> <a href="{$block->data.U_UPLOAD}">{'Upload_picture'|@translate}</a> </li>
    39                 </ul>
    40         {/if}
    41         <p class="totalImages">{$pwg->l10n_dec('%d image', '%d images', $block->data.NB_PICTURE)}</p>
     34
     35        <p class="totalImages">{$pwg->l10n_dec('%d photo', '%d photos', $block->data.NB_PICTURE)}</p>
    4236</dd>
Note: See TracChangeset for help on using the changeset viewer.