PHP 在Zen Theme中更改Drupal登录块提示字符串

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 在Zen Theme中更改Drupal登录块提示字符串相关的知识,希望对你有一定的参考价值。

<?php
function phptemplate_user_login($form){
  $form['name']['#description'] = t('Enter your NOVELL username.');
  $form['pass']['#description'] = t('Enter your NOVELL password.');
  return drupal_render($form);
}
?>

以上是关于PHP 在Zen Theme中更改Drupal登录块提示字符串的主要内容,如果未能解决你的问题,请参考以下文章

DRUPAL,视图:我无法从视图设置中更改主题

在 Drupal 7 中更改寻呼机格式

drupal 持久登录,为啥要使用?

zen 购物车中的模块覆盖

Drupal 主题的表现形式

用于在URL别名更改上更改Drupal站点名称