overlay.tpl.php

Default theme implementation to display a page in the overlay.

Available variables:

  • $title: the (sanitized) title of the page.
  • $page: The rendered page content.
  • $tabs (array): Tabs linking to any sub-pages beneath the current page (e.g., the view and edit tabs when displaying a node).

Helper variables:

  • $classes_array: Array of HMTL class attribute values. It is flattened into a string within the variable $classes.

See also

template_preprocess()

template_preprocess_overlay()

template_process()

File

drupal/core/modules/overlay/templates/overlay.tpl.php
View source

Related topics