book-export-html.tpl.php

Default theme implementation for printed version of book outline.

Available variables:

  • $title: Top level node title.
  • $head: Header tags.
  • $language: Language code. e.g. "en" for english.
  • $language_rtl: TRUE or FALSE depending on right to left language scripts.
  • $base_url: URL to home page.
  • $contents: Nodes within the current outline rendered through book-node-export-html.tpl.php.

See also

template_preprocess_book_export_html()

1 theme call to book-export-html.tpl.php

File

drupal/modules/book/book-export-html.tpl.php
View source

Related topics