Drupal 6.x中的hooku viewsu postu render
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Drupal 6.x中的hooku viewsu postu render相关的知识,希望对你有一定的参考价值。
this specifically checks the view name and then checks the arg length altering the page title if its a match
/** * Implementation of hook_views_post_render(). */ function local_views_post_render(&$view, &$output, &$cache) { if($view->name = 'events') { drupal_set_title($view->args[0]); } } }
以上是关于Drupal 6.x中的hooku viewsu postu render的主要内容,如果未能解决你的问题,请参考以下文章
使用hooku update在Drupal中更新和设置变量的例程
PHP hook_views_query_alter drupal 6.x