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
  1. /**
  2. * Implementation of hook_views_post_render().
  3. */
  4. function local_views_post_render(&$view, &$output, &$cache) {
  5. if($view->name = 'events') {
  6. if(strlen($view->args[0]) == '4'){
  7. drupal_set_title($view->args[0]);
  8. }
  9. }
  10. }

以上是关于Drupal 6.x中的hooku viewsu postu render的主要内容,如果未能解决你的问题,请参考以下文章

使用hooku update在Drupal中更新和设置变量的例程

PHP Drupal hook_block 6.x

钩子视图预渲染Drupal 6.x

PHP hook_views_query_alter drupal 6.x

PHP hook_views_post_render Drupal 6.x

PHP 主题主链接Drupal 6.x添加跨度和有用的ID