- backdrop_render_page in includes/
common.inc - Renders the page, including the HTML, HEAD, and BODY tags.
- block-dynamic.tpl.php in modules/
layout/ templates/ block-dynamic.tpl.php - Template for outputting the dynamic block styling within a Layout.
- block--layout--hero.tpl.php in themes/
basis/ templates/ block--layout--hero.tpl.php - Template for outputting the default block styling within a Layout.
- block--system--main.tpl.php in modules/
system/ templates/ block--system--main.tpl.php - Template for outputting the main content block.
- block--system--powered-by.tpl.php in themes/
basis/ templates/ block--system--powered-by.tpl.php - Template for outputting the default block styling within a Layout.
- block.tpl.php in modules/
layout/ templates/ block.tpl.php - Template for outputting the default block styling within a Layout.
- book-all-books-block.tpl.php in modules/
book/ templates/ book-all-books-block.tpl.php - Default theme implementation for rendering book outlines within a block.
- comment.tpl.php in themes/
basis/ templates/ comment.tpl.php - Basis' theme implementation for comments.
- comment.tpl.php in themes/
bartik/ templates/ comment.tpl.php - Bartik's theme implementation for comments.
- comment.tpl.php in modules/
comment/ templates/ comment.tpl.php - Default theme implementation for comments.
- field.tpl.php in modules/
field/ templates/ field.tpl.php - field.tpl.php Default template implementation to display the value of a field.
- file.tpl.php in modules/
file/ templates/ file.tpl.php - Default theme implementation to display a file.
- ImageThemeFunctionWebTestCase::testImageFormatterTheme in modules/
image/ tests/ image.test - Tests usage of the image field formatters.
- installer-block.tpl.php in modules/
installer/ templates/ installer-block.tpl.php - Default theme implementation to display a block on the projects browse page.
- layout--boxton--front.tpl.php in themes/
basis/ templates/ layout--boxton--front.tpl.php - Template for the Boxton layout.
- layout--boxton.tpl.php in layouts/
boxton/ layout--boxton.tpl.php - Template for the Boxton layout.
- layout--geary.tpl.php in layouts/
geary/ layout--geary.tpl.php - Template for the Geary layout.
- layout--harris.tpl.php in layouts/
harris/ layout--harris.tpl.php - Template for the Harris layout.
- layout--layout-test-layout.tpl.php in modules/
layout/ tests/ layout_test/ layout_test_layout/ layout--layout-test-layout.tpl.php - Template for a test layout, very similar to the normal 2 column layout.
- layout--moscone-flipped.tpl.php in layouts/
moscone_flipped/ layout--moscone-flipped.tpl.php - Template for the Moscone Flipped layout.
- layout--moscone.tpl.php in layouts/
moscone/ layout--moscone.tpl.php - Template for the Moscone layout.
- LayoutRendererEditor::renderBlock in modules/
layout/ plugins/ renderers/ layout_renderer_editor.inc - Render a block using its designated style.
- layout--rolph.tpl.php in layouts/
rolph/ layout--rolph.tpl.php - Template for the Rolph layout.
- layout--simmons.tpl.php in layouts/
simmons/ layout--simmons.tpl.php - Template for the Simmons layout.
- layout--simmons.tpl.php in themes/
bartik/ templates/ layout--simmons.tpl.php - Template for the Simmons layout.
- layout--sutro.tpl.php in layouts/
sutro/ layout--sutro.tpl.php - Template for the Sutro layout.
- layout--taylor-flipped.tpl.php in layouts/
taylor_flipped/ layout--taylor-flipped.tpl.php - Template for the Taylor Flipped layout.
- layout--taylor.tpl.php in layouts/
taylor/ layout--taylor.tpl.php - Template for the Taylor layout.
- layout--three-three-four-column.tpl.php in layouts/
legacy/ three_three_four_column/ layout--three-three-four-column.tpl.php - Template for a complex 3-3-4 column layout.
- layout.tpl.php in modules/
layout/ templates/ layout.tpl.php - Template for a single column layout.
- layout--two-column-flipped.tpl.php in layouts/
legacy/ two_column_flipped/ layout--two-column-flipped.tpl.php - Template for a 2 column flipped layout.
- layout--two-column.tpl.php in layouts/
legacy/ two_column/ layout--two-column.tpl.php - Template for a 2 column layout.
- node.tpl.php in modules/
node/ templates/ node.tpl.php - Default theme implementation to display a node.
- node.tpl.php in themes/
bartik/ templates/ node.tpl.php - Bartik's theme implementation to display a node.
- search-results.tpl.php in modules/
search/ templates/ search-results.tpl.php - Default theme implementation for displaying search results.
- system_tokens in modules/
system/ system.tokens.inc - Implements hook_tokens().
- taxonomy-term.tpl.php in modules/
taxonomy/ templates/ taxonomy-term.tpl.php - Default theme implementation to display a term.
- template_preprocess_installer_browser_list in modules/
installer/ installer.theme.inc - Add some variables for the projects list theme.
- template_preprocess_views_ui_display_tab_bucket in modules/
views_ui/ views_ui.theme.inc - theme_file_widget_multiple in modules/
file/ file.theme.inc - Returns HTML for a group of file upload widgets.
- theme_layout_reorder_layouts in modules/
layout/ layout.theme.inc - Turn the rearrange form into a table with table sorting displayed.
- token_render_array in includes/
token.inc - Renders a render array for display as a token.
- token_render_array_value in includes/
token.inc - Renders a render array for display as a token.
- user-profile.tpl.php in modules/
user/ templates/ user-profile.tpl.php - Default theme implementation to present all user profile data.
- views_handler_field_field::render_item in modules/
field/ views/ views_handler_field_field.inc - views-view.tpl.php in modules/
views/ templates/ views-view.tpl.php - Main view template.