We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
{@each carousels as it, index} {@if it.carousel_location==1} <div class="item{@if index === 0} active{@/if}"> <a href="{@if it.carousel_pid > 0}${baseurl}app/item?pid=${it.carousel_pid}{@else}${it.carousel_link}{@/if}" class="carousel_warp" style="background-image: url(${it.carousel_img});"><!-- <img src="${it.carousel_img}"> --></a> <div class="carousel-caption">${it.carousel_text}</div> </div> {@/if} {@/each}
${it.max_order?it.max_order:'9999999'} => '' ${it.max_order>0?it.max_order:'9999999'} => '9999999'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: