theme_page

Related topics

Namesort iconDescription
Themeable functionsFunctions that display HTML, and which can be customized by themes.

Functions that call theme_page()

Namesort iconLocationDescription
theme_pageincludes/theme.incReturn an entire Drupal page displaying the supplied content.

Functions called by theme_page()

Namesort iconLocationDescription
drupal_get_breadcrumbincludes/common.incGet the breadcrumb trail for the current page.
drupal_get_html_headincludes/common.incRetrieve output to be displayed in the head tag of the HTML page.
drupal_get_titleincludes/bootstrap.incGet the title of the current page, for display on the page and in the title bar.
menu_get_active_helpincludes/menu.incReturns the help associated with the active menu item.
themeincludes/theme.incGenerate the themed representation of a Drupal object.
theme_closureincludes/theme.incExecute hook_footer() which is run at the end of the page right before the close of the body tag.
theme_get_stylesincludes/theme.incReturn the HTML for a theme's stylesheets.
theme_pageincludes/theme.incReturn an entire Drupal page displaying the supplied content.
theme_status_messagesincludes/theme.incReturns themed set of status and/or error messages. The messages are grouped by type.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.