Skip to content

Commit

Permalink
Themes/default - Patch slider (update smarty syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
code-path committed Apr 25, 2024
1 parent 1aef31d commit 4f8eaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/themes/default/views/parts/slider.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{/if}
{/capture}

<img width="1296" height="391" alt="{if $slide.header}{$slide.header} {/if}{if $slide.body}{$slide.body} {/if}{if $slide.footer}{$slide.footer}{/if}" src="{$slider_image_path}{basename($slide.image)}" title="{$caption}" {if key(reset($slider)) != $key}style="display:none"{/if} />
<img width="1296" height="391" alt="{if $slide.header}{$slide.header} {/if}{if $slide.body}{$slide.body} {/if}{if $slide.footer}{$slide.footer}{/if}" src="{$slider_image_path}{basename($slide.image)}" title="{$caption}" {if !$slide@first}style="display:none"{/if} />
{/foreach}
</div>
</div>
Expand Down

0 comments on commit 4f8eaf4

Please sign in to comment.