Actions

Source Code of This Project

/apps/frontend/templates/_scrollItems.php

<?php if (true == $sf_context->get('scrollSet')): ?>
    <div id="scrollable" class="scrollable">
        <div class="items">
            <?php echo $rendered ?>
        </div>
    </div>
<?php else: ?>
    <?php echo $rendered ?>
<?php endif; ?>