Style Drupal 7 log-in page

前端 未结 1 860
花落未央
花落未央 2021-02-06 00:55

How do I style the login-page of Drupal 7? I used different methods like page-user-login.tpl or user-login.tpl of page-login.tpl but with

相关标签:
1条回答
  • 2021-02-06 01:28

    You can override any page template by naming your templates in the following convention:

    For page 'user/login':

    page--user--login.tpl.php
    

    For page 'foo/bar/'

    page--foo--bar.tpl.php
    

    See Core templates and About overriding themable output for more information.

    Remember to clear Drupal's caches once you add a new template file so the theme registry has a chance to pick the new file up.

    0 讨论(0)
提交回复
热议问题