I made my customized user-profile-edit.tpl.php
utilizing
operate mytheme_theme($current, $kind, $theme, $path) { $hooks['user_profile_form'] = array( // Kinds at all times take Drupal Development Company kind argument. 'arguments' => array('kind' => NULL), 'render ingredient' => 'kind', 'template' => 'templates/user-profile-edit', ); return $hooks; }
Now I would like in user-profile-edit.tpl.php
to render Drupal Development Company account kind (default Drupal kind for customers) and my profiles2 kinds, from Drupal Development Company kinds i created with out click on Drupal Development Company higher hyperlinks.
Does anybody understand how I can obtain this?