Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if ($element['#type'] == 'checkboxes') {
  2. $wrapper_classes = array(
  3. 'form-item',
  4. 'webform-component',
  5. 'large-16 medium-8 small-24 columns',
  6. 'webform-component-' . $type,
  7. );
  8. }
  9. else {
  10. $wrapper_classes = array(
  11. 'form-item',
  12. 'webform-component',
  13. 'large-8 medium-8 small-24 columns',
  14. 'webform-component-' . $type,
  15. );
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement