How to alter theme_table in drupal6

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
mayur.pimple's picture

Hi

I want to alter theme_table in drupal6. any solution .

Comments

Write <theme_name>_table() in template.php

swarad07's picture

Override the existing theme_table() implementation in your template.php of active theme. The name of the new function will be _table(). Clear theme registry after this.