9 calls to drupal_is_front_page()
- blogapi_init in drupal-6.x/
modules/ blogapi/ blogapi.module - l in drupal-6.x/
includes/ common.inc - Formats an internal or external URL link as an HTML anchor tag.
- locale_block in drupal-6.x/
modules/ locale/ locale.module - Implementation of hook_block(). Displays a language switcher. Translation links may be provided by other modules.
- menu_get_active_breadcrumb in drupal-6.x/
includes/ menu.inc - Get the breadcrumb for the current page, as determined by the active trail.
- menu_set_active_trail in drupal-6.x/
includes/ menu.inc - Sets or gets the active trail (path to root menu root) of the current page.
- menu_tree_page_data in drupal-6.x/
includes/ menu.inc - Get the data structure representing a named menu tree, based on the current page.
- template_preprocess in drupal-6.x/
includes/ theme.inc - Adds a default set of helper variables for preprocess functions and templates. This comes in before any other preprocess function which makes it possible to be used in default theme implementations (non-overriden theme functions).
- template_preprocess_page in drupal-6.x/
includes/ theme.inc - Process variables for page.tpl.php
- theme_links in drupal-6.x/
includes/ theme.inc - Returns HTML for a set of links.