You are here

function nodeorder_theme in Node Order 6

Same name and namespace in other branches
  1. 7 nodeorder.module \nodeorder_theme()

Implementation of hook_theme()

File

./nodeorder.module, line 22
Nodeorder module.

Code

function nodeorder_theme() {
  return array(
    'nodeorder_admin_display_form' => array(
      'template' => 'nodeorder-admin-display-form',
      'arguments' => array(
        'form' => NULL,
      ),
      'file' => 'nodeorder.admin.inc',
    ),
  );
}