You are here

function book_made_simple_theme in Book made simple 6.3

Same name and namespace in other branches
  1. 7.3 book_made_simple.module \book_made_simple_theme()

Implementation of hook_theme().

File

./book_made_simple.module, line 582

Code

function book_made_simple_theme() {
  return array(
    'add_child_book_content_types' => array(
      'arguments' => array(
        'allowedTypes' => NULL,
        "node" => null,
      ),
    ),
  );
}