Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Drupal サイト内の 1 つのページのタイトルを変更する必要があります。
現在、hook_preprocess_page で drupal_set_title() を呼び出すように設定しています。タイトルにサイト名が残ることを除けば、それで問題ありません。完全なタイトル、サイト名、およびすべてを変更するにはどうすればよいですか? この 1 ページにサイト名を表示したくありません。
使ってタイトルを変えられると思います
drupal_set_title(check_plain($node->title));
このモジュールは「ページタイトル」に役立つかもしれません