Drupal 7 用户信息显示在哪里 php 代码
Drupal 7 where is user info display php code
I can not find user display info code in drupal source files plese help!
在您的主题中找到此模板,如果您使用的是子主题,则覆盖它:
用户-profile.tpl.php
$user_profile: An array of profile items. Use render() to print them
参考:https://api.drupal.org/api/drupal/modules%21user%21user-profile.tpl.php/7.x
I can not find user display info code in drupal source files plese help!
在您的主题中找到此模板,如果您使用的是子主题,则覆盖它:
用户-profile.tpl.php
$user_profile: An array of profile items. Use render() to print them
参考:https://api.drupal.org/api/drupal/modules%21user%21user-profile.tpl.php/7.x