23 calls to render() in Drupal 7
- block.tpl.php in modules/
block/ block.tpl.php - Default theme implementation to display a block.
- book-all-books-block.tpl.php in modules/
book/ book-all-books-block.tpl.php - Default theme implementation for rendering book outlines within a block.
- comment-wrapper.tpl.php in modules/
comment/ comment-wrapper.tpl.php - Default theme implementation to provide an HTML container for comments.
- comment-wrapper.tpl.php in themes/
bartik/ templates/ comment-wrapper.tpl.php - Bartik's theme implementation to provide an HTML container for comments.
- comment.tpl.php in themes/
garland/ comment.tpl.php - comment.tpl.php in modules/
comment/ comment.tpl.php - Default theme implementation for comments.
- comment.tpl.php in themes/
bartik/ templates/ comment.tpl.php - Bartik's theme implementation for comments.
- field.tpl.php in modules/
field/ theme/ field.tpl.php - field.tpl.php Default template implementation to display the value of a field.
- ImageThemeFunctionWebTestCase::testImageFormatterTheme in modules/
image/ image.test - Tests usage of the image field formatters.
- node.tpl.php in themes/
garland/ node.tpl.php - node.tpl.php in modules/
node/ 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.
- overlay.tpl.php in modules/
overlay/ overlay.tpl.php - Default theme implementation to display a page in the overlay.
- page.tpl.php in themes/
garland/ page.tpl.php - page.tpl.php in themes/
seven/ page.tpl.php - page.tpl.php in modules/
system/ page.tpl.php - Default theme implementation to display a single Drupal page.
- page.tpl.php in themes/
bartik/ templates/ page.tpl.php - Bartik's theme implementation to display a single Drupal page.
- page.tpl.php in modules/
block/ tests/ themes/ block_test_theme/ page.tpl.php - Custom theme implementation to display a single Drupal page without sidebars. The sidebars are hidden by regions_hidden for this theme, so the default page.tpl.php will not work without throwing exceptions.
- search-result.tpl.php in modules/
search/ search-result.tpl.php - Default theme implementation for displaying a single search result.
- taxonomy-term.tpl.php in modules/
taxonomy/ taxonomy-term.tpl.php - Default theme implementation to display a term.
- theme_file_widget_multiple in modules/
file/ file.field.inc - Returns HTML for a group of file upload widgets.
- toolbar.tpl.php in modules/
toolbar/ toolbar.tpl.php - Default template for admin toolbar.
- user-profile.tpl.php in modules/
user/ user-profile.tpl.php - Default theme implementation to present all user profile data.