You are here

function contact_author_pane_allow_preprocess_disable in Author Pane 6.2

Same name and namespace in other branches
  1. 7.2 modules/contact.author-pane.inc \contact_author_pane_allow_preprocess_disable()

Implementation of hook_author_pane_allow_preprocess_disable().

File

modules/contact.author-pane.inc, line 35
This file provides a preprocess function on behalf of the contact module.

Code

function contact_author_pane_allow_preprocess_disable() {
  return array(
    'contact' => 'Contact',
  );
}