Skip to content

Instantly share code, notes, and snippets.

@alnutile
Created December 3, 2013 13:03
Show Gist options
  • Save alnutile/7768774 to your computer and use it in GitHub Desktop.
Save alnutile/7768774 to your computer and use it in GitHub Desktop.
$form['questions'] = array(
'#type' => 'fieldset',
'#title' => t('<i class="glyphicon glyphicon-arrow-down"></i>Build your test using Steps below'),
'#attributes' => array('class' => ''),
'#weight' => -100,
'#collapsible' => FALSE,
'#collapsed' => FALSE,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment