Where is the template of users profile edit page?
I mean the page at "?q=it/user/xx/edit"
I have do add some HTML in this page but in the user module i can't find it.
I see user-profile.tpl.php andother template but no one is the one i need.
Thank you for your help.

Comments

qwerty_123’s picture

Is there a solution to my problem?
This problem is quiet urgent.

AlonGoldberg’s picture

with this name:
page-user-edit.tpl.php

*read more about template suggestions here:
http://drupal.org/node/1089642

qwerty_123’s picture

Thank you,
but I'm using Drupal 7 and reading that article i can't understand what i have to do.

I have to create the file page-user-edit.tpl.php but were do i have to place it?
This page need some mandatory code inside?

Tank you in advance.

kardave’s picture

Use a double-hyphen for Drupal 7: page--user--edit.tpl.php

magendiran’s picture

Hi kardave,

As you stated Use a double-hyphen for Drupal 7: "page--user--edit.tpl.php", it's called but how can render the $form values? i have tried this way"print render($form);" but it's shows empty array. i want to print all the fields in $form array with corresponding values like that "print render($form['account']['name']);"

Thank you in advance.

magendiran’s picture

declan.tyson’s picture

Been looking for a while and can't find it!