You are here

function user_stats_author_pane_allow_preprocess_disable in User Stats 6

Same name and namespace in other branches
  1. 7 user_stats.author-pane.inc \user_stats_author_pane_allow_preprocess_disable()

Implementation of hook_author_pane_allow_preprocess_disable().

File

./user_stats.author-pane.inc, line 59
Provides a preprocess function for the author pane used by Advanced Forum and Advanced Profile Kit.

Code

function user_stats_author_pane_allow_preprocess_disable() {
  return array(
    'user_stats' => 'User Stats',
  );
}