Guest User

Untitled

a guest
Feb 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $form['listings'] = array(
  2. '#type' => 'tableselect',
  3. '#header' => $header,
  4. '#options' => $options,
  5. '#empty' => t('No Listing available.'),
  6. );
Add Comment
Please, Sign In to add comment