You are here

function book_helper_theme in Book helper 7

Same name and namespace in other branches
  1. 6 book_helper.module \book_helper_theme()

Implements hook_theme().

File

./book_helper.module, line 465
Improves Drupal's core book module's functionality.

Code

function book_helper_theme() {
  return array(
    'book_helper_admin_table' => array(
      'render element' => 'form',
      'file' => 'book_helper.admin.inc',
    ),
  );
}