Guest User

Untitled

a guest
May 17th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. adding text (just text!) to form in Drupal7 [closed]
  2. $form['some_text'] = array(
  3. '#type' => 'item',
  4. '#markup' => '<p>Some text</p>'
  5. );
Advertisement
Add Comment
Please, Sign In to add comment