Ignore:
Timestamp:
Sep 10, 2012, 4:58:25 PM (12 years ago)
Author:
flop25
Message:

code simplification
margin and width adjusted for stuff blocs and descriptions
shadow added for stuffs_thumbnails.tpl
managment of pictures which have a smaller width than the wanted block
no more grey border for album thumbnails : colored border
etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/themeconf.inc.php

    r16790 r17843  
    6464  foreach ($tpl_thumbnails_var as $tplvar)
    6565  {
    66     $tplvar['TN_CLASS']=($i==$config['starting_to']) ? "bloc_big" : "bloc";
     66    $tplvar['TN_CLASS']=($i==$config['starting_to']) ? "twocol" : "onecol";
    6767    $new_tplvar[]=$tplvar;
    6868    $i= ($i==$config['every_x']) ? 1 : $i+1 ;
Note: See TracChangeset for help on using the changeset viewer.