function book_made_simple_theme in Book made simple 7.3
Same name and namespace in other branches
- 6.3 book_made_simple.module \book_made_simple_theme()
Implements hook_theme().
File
- ./
book_made_simple.module, line 618 - Automaticly creats a book and simple creation of child pages. Author: M. Morin
Code
function book_made_simple_theme() {
return array(
'add_child_book_content_types' => array(
'variables' => array(
'allowed_types' => NULL,
"node" => null,
),
),
);
}