Guest User

Untitled

a guest
Jan 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.18 KB | None | 0 0
  1. $form['demo_color_token'] = array(
  2.   '#type' => 'textfield',
  3.   '#sassy' => TRUE,
  4.   '#title' => t('Demo color token'),
  5.   '#default_value' => theme_get_setting('demo_color_token'),
  6. );
Add Comment
Please, Sign In to add comment