File "pagination-scroll.tmpl"

Full Path: /srv/www/www.cadoro.it/src/templates/pagination-scroll.tmpl
File size: 284 bytes
MIME-type: text/plain
Charset: utf-8

{if $params.count gt $params.batch}
  <div class="scroll-loader text-center mt20 mb20" data-batch="{$params.batch_url}n={$params.offset+$params.batch}">
    {*<strong>CARICA ALTRI CONTENUTI</strong>*}
    <img src="{$cdn_url}/images/loader.gif" style="display: none;">
  </div>
{/if}