page.tpl.php |
file |
drupal/core/themes/seven/templates/page.tpl.php |
Seven's theme implementation to display a single Drupal page. |
page.tpl.php |
file |
drupal/core/themes/bartik/templates/page.tpl.php |
Bartik's theme implementation to display a single Drupal page. |
page.tpl.php |
file |
drupal/core/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. |
page.tpl.php |
file |
drupal/core/modules/system/templates/page.tpl.php |
Default theme implementation to display a single Drupal page. |
maintenance-page.tpl.php |
file |
drupal/core/themes/seven/templates/maintenance-page.tpl.php |
Seven's theme implementation to display a single Drupal page while offline. |
maintenance-page.tpl.php |
file |
drupal/core/themes/bartik/templates/maintenance-page.tpl.php |
Bartik's theme implementation to display a single Drupal page while offline. |
maintenance-page.tpl.php |
file |
drupal/core/modules/system/templates/maintenance-page.tpl.php |
Default theme implementation to display a single Drupal page while offline. |
views-view--frontpage.tpl.php |
file |
drupal/core/modules/views/tests/views_test_data/templates/views-view--frontpage.tpl.php |
Main view template. |