Files

Primary tabs

File name Locationsort descending Namespace Description
vertical-tabs-rtl.css drupal/misc/vertical-tabs-rtl.css div.vertical-tabs { margin-left: 0; margin-right: 15em; } .vertical-tabs ul.vertical-tabs-list { margin-left: 0; margin-right: -15em; float: right; } .vertical-tabs ul.vertical-tabs-list li.selected { border-left-width: 0; …
vertical-tabs.css drupal/misc/vertical-tabs.css div.vertical-tabs { margin: 1em 0 1em 15em; /* LTR */ border: 1px solid #ccc; position: relative; /* IE6/7 */ } .vertical-tabs ul.vertical-tabs-list { width: 15em; list-style: none; list-style-image: none; /* IE6 */ border-top: 1px solid…
aggregator-feed-source.tpl.php drupal/modules/aggregator/aggregator-feed-source.tpl.php Default theme implementation to present the source of the feed.
aggregator-item.tpl.php drupal/modules/aggregator/aggregator-item.tpl.php Default theme implementation to format an individual feed item for display on the aggregator page.
aggregator-rtl.css drupal/modules/aggregator/aggregator-rtl.css /** * Right-to-Left styles for theme in the Aggregator module. */ #aggregator .feed-source .feed-icon { float: left; }
aggregator-summary-item.tpl.php drupal/modules/aggregator/aggregator-summary-item.tpl.php Default theme implementation to present a linked feed item for summaries.
aggregator-summary-items.tpl.php drupal/modules/aggregator/aggregator-summary-items.tpl.php Default theme implementation to present feeds as list items.
aggregator-wrapper.tpl.php drupal/modules/aggregator/aggregator-wrapper.tpl.php Default theme implementation to wrap aggregator content.
aggregator.admin.inc drupal/modules/aggregator/aggregator.admin.inc Administration page callbacks for the Aggregator module.
aggregator.api.php drupal/modules/aggregator/aggregator.api.php Documentation for aggregator API.
aggregator.css drupal/modules/aggregator/aggregator.css /** * Styles for theme in the Aggregator module. */ #aggregator .feed-source .feed-title { margin-top: 0; } #aggregator .feed-source .feed-image img { margin-bottom: 0.75em; } #aggregator .feed-source .feed-icon { float: right; /* LTR */ …
aggregator.fetcher.inc drupal/modules/aggregator/aggregator.fetcher.inc Fetcher functions for the aggregator module.
aggregator.info drupal/modules/aggregator/aggregator.info name = Aggregator description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)." package = Core version = VERSION core = 7.x files[] = aggregator.test configure = admin/config/services/aggregator/settings stylesheets[all][] =…
aggregator.install drupal/modules/aggregator/aggregator.install Install, update and uninstall functions for the aggregator module.
aggregator.module drupal/modules/aggregator/aggregator.module Used to aggregate syndicated content (RSS, RDF, and Atom).
aggregator.pages.inc drupal/modules/aggregator/aggregator.pages.inc User page callbacks for the Aggregator module.
aggregator.parser.inc drupal/modules/aggregator/aggregator.parser.inc Parser functions for the aggregator module.
aggregator.processor.inc drupal/modules/aggregator/aggregator.processor.inc Processor functions for the aggregator module.
aggregator.test drupal/modules/aggregator/aggregator.test Tests for aggregator.module.
aggregator_test.info drupal/modules/aggregator/tests/aggregator_test.info name = "Aggregator module tests" description = "Support module for aggregator related testing." package = Testing version = VERSION core = 7.x hidden = TRUE
aggregator_test.module drupal/modules/aggregator/tests/aggregator_test.module
block-admin-display-form.tpl.php drupal/modules/block/block-admin-display-form.tpl.php Default theme implementation to configure blocks.
block.admin.inc drupal/modules/block/block.admin.inc Admin page callbacks for the block module.
block.api.php drupal/modules/block/block.api.php Hooks provided by the Block module.
block.css drupal/modules/block/block.css #blocks tr.region-title td { font-weight: bold; } #blocks tr.region-message { font-weight: normal; color: #999; } #blocks tr.region-populated { display: none; } .block-region { background-color: #ff6; margin-top: 4px; margin-bottom:…
block.info drupal/modules/block/block.info name = Block description = Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page. package = Core version = VERSION core = 7.x files[] = block.test configure =…
block.install drupal/modules/block/block.install Install, update and uninstall functions for the block module.
block.module drupal/modules/block/block.module Controls the visual building blocks a page is constructed with.
block.test drupal/modules/block/block.test Tests for block.module.
block.tpl.php drupal/modules/block/block.tpl.php Default theme implementation to display a block.
block_test.info drupal/modules/block/tests/block_test.info name = Block test description = Provides test blocks. package = Testing version = VERSION core = 7.x hidden = TRUE
block_test.module drupal/modules/block/tests/block_test.module Provide test blocks.
block_test_theme.info drupal/modules/block/tests/themes/block_test_theme/block_test_theme.info name = Block test theme description = Theme for testing the block system core = 7.x hidden = TRUE regions[sidebar_first] = Left sidebar regions_hidden[] = sidebar_first regions[sidebar_second] = Right sidebar regions_hidden[] =…
page.tpl.php drupal/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.
blog.info drupal/modules/blog/blog.info name = Blog description = Enables multi-user blogs. package = Core version = VERSION core = 7.x files[] = blog.test
blog.install drupal/modules/blog/blog.install Install, update and uninstall functions for the blog module.
blog.module drupal/modules/blog/blog.module Enables multi-user blogs.
blog.pages.inc drupal/modules/blog/blog.pages.inc Page callback file for the blog module.
blog.test drupal/modules/blog/blog.test Tests for blog.module.
book-all-books-block.tpl.php drupal/modules/book/book-all-books-block.tpl.php Default theme implementation for rendering book outlines within a block.
book-export-html.tpl.php drupal/modules/book/book-export-html.tpl.php Default theme implementation for printed version of book outline.
book-navigation.tpl.php drupal/modules/book/book-navigation.tpl.php Default theme implementation to navigate books.
book-node-export-html.tpl.php drupal/modules/book/book-node-export-html.tpl.php Default theme implementation for a single node in a printer-friendly outline.
book-rtl.css drupal/modules/book/book-rtl.css Right-to-Left styling for the Book module.
book.admin.inc drupal/modules/book/book.admin.inc Administration page callbacks for the Book module.
book.css drupal/modules/book/book.css Styling for the Book module.
book.info drupal/modules/book/book.info name = Book description = Allows users to create and organize related content in an outline. package = Core version = VERSION core = 7.x files[] = book.test configure = admin/content/book/settings stylesheets[all][] = book.css
book.install drupal/modules/book/book.install Install, update and uninstall functions for the book module.
book.module drupal/modules/book/book.module Allows users to create and organize related content in an outline.
book.pages.inc drupal/modules/book/book.pages.inc User page callbacks for the book module.

Pages

Other projects