Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $form['crust_size'] = array(
  2. '#title' => t('Crust Size'),
  3. '#type' => 'select',
  4. '#description' => 'Select the desired pizza crust size.',
  5. '#options' => array(t('10"'), t('12"'), t('16"')),
  6. '#attributes' => array('class' => array('my-class')),
  7.  
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement