You are here

function contemplate_theme in Content Templates (Contemplate) 6

Same name and namespace in other branches
  1. 7 contemplate.module \contemplate_theme()

Implementation of hook_theme().

File

./contemplate.module, line 882
Create templates to customize teaser and body content.

Code

function contemplate_theme() {
  return array(
    'contemplate_field' => array(
      'arguments' => array(
        'element' => NULL,
      ),
    ),
  );
}