Searching in Google I found user-profile.tpl.php , but in fact this is the node of profile page while I want to create page.tpl.php foe the profile page. Also page-user.tpl.php includes login page, register page and all the pages belong to a user which I do not consider, I need to create page.tpl for profile page
Tell me more
×
Drupal Answers is a question and answer site for
Drupal developers and administrators. It's 100% free, no registration required.
|
the best way to handle this that i've come up with is a combination of 4 files:
|
||||
|
|
|
Try this...
[page]--[node].tpl.php or actually...
To see available templates for this page simply do the following in your themes template.php
If nothing were in there (doubtful), then just add your own...
|
|||||
|
