Created
February 9, 2016 08:26
-
-
Save aud/16708406a145b8eafdae to your computer and use it in GitHub Desktop.
slider.liquid recovered
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="flexslider"> | |
<ul class="slides"> | |
{% for i in (1..6) %} | |
{% capture slide %}slide_{{ i }}{% endcapture %} | |
{% capture slide_link %}slide_{{ i }}_link{% endcapture %} | |
{% capture slide_img %}slide_{{ i }}.jpg{% endcapture %} | |
{% capture slide_alt %}slide_{{ i }}_alt.jpg{% endcapture %} | |
{% if settings[slide] %} | |
<li> | |
<a href="{{ settings[slide_link] }}" class="slide-link"> | |
{{ slide_img | asset_url | img_tag: slide_alt }} | |
</a> | |
</li> | |
{% endif %} | |
{% endfor %} | |
</ul> | |
</div> | |
{{ 'jquery.flexslider.min.js' | asset_url | script_tag }} | |
<center><p> <a href='http://www.bidorbuy.co.za/jsp/system/Referral.jsp?ID=BF_97_User_2863053&target=http://www.bidorbuy.co.za/' rel='nofollow'><img src='http://www.bidorbuy.co.za/images/affiliate/xmas/xmas-gifts-728x60.jpg' width='728' height='60' alt='bidorbuy South Africa - Bid, Buy or Sell cameras, computers, diamonds, coins, cars & more on auction at cheap prices'></a> </p></center> | |
<br> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment