<?php defined( 'LS_ROOT_FILE' ) || exit; ?>
<script type="text/html" id="ls-static-layer-item-template">
<li>
<a href="#" class="dashicons dashicons-redo ls-icon-jump" data-help="<?php _e('Click this icon to jump to the slide where this layer was added on, so you can quickly edit its settings.', 'LayerSlider') ?>"></a>
<div class="ls-sublayer-thumb"></div>
<span class="ls-sublayer-title"><?php echo sprintf(__('Layer #%d', 'LayerSlider'), '1') ?></span>
</li>
</script>