Guest User

Untitled

a guest
Nov 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $path = drupal_get_path('theme', 'my_subtheme');
  2. $template = "$path/templates/myfile.php";
  3. $form['membership_info'] = array(
  4. '#markup' => include $template,
  5. '#weight' => 0,
  6. );
Add Comment
Please, Sign In to add comment