| drupal_get_breadcrumb | includes/common.inc | Get the breadcrumb trail for the current page. |
| drupal_get_css | includes/common.inc | Returns a themed representation of all stylesheets that should be attached to the page.
It loads the CSS in order, with 'core' CSS first, then 'module' CSS, then 'theme' CSS files.
This ensures proper cascading of styles... |
| drupal_get_feeds | includes/common.inc | Get the feed URLs for the current page. |
| drupal_get_html_head | includes/common.inc | Retrieve output to be displayed in the head tag of the HTML page. |
| drupal_get_js | includes/common.inc | Returns a themed presentation of all JavaScript code for the current page.
References to JavaScript files are placed in a certain order: first, all
'core' files, then all 'module' and finally all 'theme' JavaScript... |
| drupal_get_title | includes/path.inc | Get the title of the current page, for display on the page and in the title bar. |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |
| theme_page | includes/theme.inc | Return an entire Drupal page displaying the supplied content. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |