Ignore:
Timestamp:
Jan 25, 2014, 4:03:41 PM (10 years ago)
Author:
Eric
Message:

Fix elseif syntax error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/template/slider.tpl

    r26424 r26968  
    6868
    6969  $slider.parent().css({ldelim}
    70     height: {$slider_full_height}{if $SLIDER.control_thumbs}+20+{$SLIDER.thumbs_size}{else if $SLIDER.control}+40{/if},
     70    height: {$slider_full_height}{if $SLIDER.control_thumbs}+20+{$SLIDER.thumbs_size}{elseif $SLIDER.control}+40{/if},
    7171    width: {$slider_full_width}
    7272  });
Note: See TracChangeset for help on using the changeset viewer.