Ignore:
Timestamp:
Sep 13, 2012, 2:39:40 PM (12 years ago)
Author:
flop25
Message:

Fr mistake
fix bug for album always big

Location:
extensions/stripped_black_bloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/language/fr_FR/theme.lang.php

    r17863 r17883  
    1313$lang['(it need to be inferior than the width of columns)'] = "(cette largeur doit être strictement inférieure à celle des colonnes)";
    1414$lang['About portrait/landscape pictures :'] = "A propos des images portraits/paysages (les miniatures de panorama sont gérées automatiquement) :";
    15 $lang['No Maximum Height and the width is the one set above'] = "Pas de hauteur maximum et la lergeur et celle paramétrée ci-dessus";
     15$lang['No Maximum Height and the width is the one set above'] = "Pas de hauteur maximum et la largeur et celle paramétrée ci-dessus";
    1616$lang['Use the width parameter above as a maximum heigth'] = "Utilisez la largeur ci-dessus comme limitation en hauteur";
    17 $lang['Display big thumbnails for landscape pictures'] = "Afficher de grosses miniatures pour les miniatures paysages";
     17$lang['Display big thumbnails for landscape pictures'] = "Afficher des grosses miniatures pour les miniatures paysages";
    1818$lang['About big thumbnails, for the albums :'] = "A propos de grosses miniatures, pour les images représentatives des albums :";
    1919$lang['don\'t generate big thumbnails'] = "ne pas générer de grosses miniatures";
  • extensions/stripped_black_bloc/template/mainpage_categories.tpl

    r17863 r17883  
    1414    {assign var=TN_CLASS value="twocol"}
    1515  {elseif $stripped_black_bloc.catthumb=="all"}
    16     {assign var=derivative value=$pwg->derivative($derivative_stripped_black_bloc_big_vert, $cat.representative.src_image)}
     16    {assign var=derivative value=$pwg->derivative($derivative_stripped_black_bloc_big, $cat.representative.src_image)}
    1717    {assign var=TN_CLASS value="twocol"}
    1818  {elseif $cat.representative.width < $cat.representative.height and $stripped_black_bloc.orientation_option=="max_heigth"}
Note: See TracChangeset for help on using the changeset viewer.