Actions

Source Code of This Project

/apps/frontend/templates/_scrollCheckBox.php

<?php $checked = (true == $sf_context->get('scrollSet')) ? 'checked="checked"' : '' ?>
<?php $isEnabled = (true == $sf_context->get('scrollSet')) ? ' is enabled' : ' is disabled' ?>
<input id="scrollSetCheckBox" type="checkbox" <?php echo $checked ?> /> ScrollSet <?php echo $isEnabled ?>