删除Drupal的搜索块“搜索此网站”标签。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了删除Drupal的搜索块“搜索此网站”标签。相关的知识,希望对你有一定的参考价值。
Wizzlern, a Dutch Drupal trainer, has a Dutch article online on how to remove the "search this site" label in the Drupal search-block.
/** * remove label from search block. As per http://wizzlern.nl/drupal/zoek-door-deze-site-bij-zoekveld-verwijderen */ // Remove search field title. Â // Render the altered form array. // Remove the #printed flag first to enable us to re-render the form. $vars['search']['search_theme_form'] = drupal_render($vars['form']['search_theme_form']); }
以上是关于删除Drupal的搜索块“搜索此网站”标签。的主要内容,如果未能解决你的问题,请参考以下文章