Source
Source Code of This Project
Actions
- Download source code
-
Browse source code
- apps
- lib
- filter
- form
- helper
- model
- task
- validator
- widget
- test
- LICENSE
- README
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; ?>