You are here

function node_expire_theme in Node expire 6

Implementation of hook_theme().

File

./node_expire.module, line 314

Code

function node_expire_theme() {
  return array(
    'node_expire_outdated_nodes' => array(
      'file' => 'node_expire.inc',
      'arguments' => array(
        'header' => array(),
        'data' => array(),
      ),
    ),
  );
}