File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 22 <{ if $block .display eq " images" || ($block .display eq " text" )} >
33 <{ foreach item= lang name= lang_it from= $block .languages} >
44 <a href =" <{ $block .url} ><{ $lang .name} >" title =" <{ $lang .desc} >" >
5- <{ if $block .display eq " images" } >
6- <img src =" <{ $lang .image} >" alt =" <{ $lang .desc} >"
7- <{ if $block .selected != $lang .name} >style="-moz-opacity: .8; opacity: .8; filter:Alpha(opacity=80);"<{ /if } >>
8- <{ else } >
9- <{ $lang .desc} >
10- <{ /if } >
11- </a >
5+ <{ if $block .display eq " images" } ><img src =" <{ $lang .image} >" alt =" <{ $lang .desc} >" <{ if $block .selected != $lang .name} >style="-moz-opacity: .8; opacity: .8; filter:Alpha(opacity=80);"<{ /if } >><{ else } ><{ $lang .desc} ><{ /if } ></a >
126 <{ if $block .number != 0 && $smarty .foreach .lang_it.iteration % $block .number eq 0} >
137 <br >
148 <{ /if } >
You can’t perform that action at this time.
0 commit comments