CluesShop.com

Wednesday, 26 February 2014

adding link to drupal7

 $form['password']=array(
      '#type' => 'link',
      '#markup' => '',
       '#title' => t('Forgot Password'),
       '#href' => 'user/password',
   );

No comments:

Post a Comment