移除Drupal6中的粘性头

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了移除Drupal6中的粘性头相关的知识,希望对你有一定的参考价值。

  1. //file:template.php
  2.  
  3. function phptemplate_preprocess_page(&$vars)
  4. {
  5. $vars['content'] = preg_replace('!(<table[^>]*)sticky-enabled(.*>)!sim', '$1$2',$vars['content']);
  6. }

以上是关于移除Drupal6中的粘性头的主要内容,如果未能解决你的问题,请参考以下文章

如何根据我的主题实现粘性菜单?

Quasar QTable中的粘性标题

粘性session和非粘性session

vuejs应用程序中的粘性页脚[重复]

swift中的UICollectionView粘性标题

react-virtualized 中的粘性标题