Drupal 7 $form[’label’] = array( ‘#markup’ => “{”#" * i} Привет!", );
Drupal 6 $form[’label’] = array( ‘#value’ => “{”#" * i} Привет!", );