Skip to content

Instantly share code, notes, and snippets.

@vgrish
Created February 27, 2015 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vgrish/2d2059d87c20c080c6b8 to your computer and use it in GitHub Desktop.
Save vgrish/2d2059d87c20c080c6b8 to your computer and use it in GitHub Desktop.
tpl.msGallery.outer.th
<div class="product-slideshow">
<div class="pager-carousel">
<a class="btn-prev" href="#">Назад</a>
<div class="mask-holder">
<div class="pager-mask">
<div class="pager-slideset">
[[+rows]]
</div>
</div>
</div>
<a class="btn-next" href="#">Вперёд</a>
</div>
<div class="slideset">
[[+row_slide]]
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment