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 站点,我的客户要求在联系表格的顶部放置一些信息,例如:电话、电子邮件和一个小描述。我想弄清楚该怎么做?我在 Drupal 管理员中看不到我们可以在联系我们页面中添加一些文本。
page--contact.tpl.php您可以覆盖在您的主题中实现的默认联系人模板。
page--contact.tpl.php
更多信息:http ://drupal.org/node/1089656
您可以通过 /admin/build/contact/settings 的设置页面在联系表单上方添加文本。
另一种选择是块。您可以创建一个自定义块,放入您的文本,并让它只显示在联系页面上。虽然,根据您的主题中定义的区域,最终您可能会将信息置于联系页面标题上方或表单下方。