Primary tabs

File namesort descending Location Namespace Description
pager.inc includes/pager.inc Functions to aid in presenting database results as a set of pages.
page_example.module developer/examples/page_example.module This is an example outlining how a module can be used to display a custom page at a given URL.
path.module modules/path.module Enables users to rename URLs.
ping.module modules/ping.module Alerts other sites that your site has been updated.
poll.module modules/poll.module Enables your site to capture votes on different topics in the form of multiple choice questions.
prefix.sh scripts/prefix.sh #!/bin/sh if [ $# != 2 ]; then cat >&2 << EOH This is Drupal database prefixer. Usage: $0 prefix original_db.sql >prefixed_db.sql - all tables will prefixed with 'prefix' EOH exit 1; fi PRFX=$1; sed "s/^CREATE…
print.css misc/print.css body { margin: 1em; background-color: #fff; } th { text-align: left; color: #006; border-bottom: 1px solid #ccc; } tr.dark { background-color: #ddd; } tr.light { background-color: #fff; } td { padding: 5px; } #menu { visibility:…
profile.module modules/profile.module Support for configurable user profiles.
queue.module modules/queue.module Enables content to be moderated by the community.
search.module modules/search.module Enables site-wide keyword searching.
session.inc includes/session.inc
settings.php sites/default/settings.php Drupal site-specific configuration file.
statistics.module modules/statistics.module Logs access statistics for your site.
story.module modules/story.module Enables users to submit stories, articles or similar content.
style.css themes/bluemarine/style.css /* ** HTML elements */ body { margin: 0; padding: 0; color: #000; background-color: #fff; font: 76% Verdana, Arial, Helvetica, sans-serif; } tr.dark td, tr.light td { padding: 0.3em; } h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5em; } h1…
style.css themes/chameleon/style.css /* ** HTML elements */ a, a:link, a:active { color: #930; } a:visited { color: #630; } body { padding: 5em 0 0 3em; background-image: url(background.png); background-repeat: repeat-x; font-family: trebuchet ms, tahoma, verdana, arial,…
style.css themes/pushbutton/style.css /* ** HTML elements */ body { color: #000; background-color: #fff; margin: 0; padding: 0; } body, p, td, li, ul, ol { font-family: Verdana, Helvetica, Arial, sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS",…
style.css themes/chameleon/marvin/style.css /* ** HTML elements */ body { background: #fff url(druplicon-watermark.png) no-repeat top right; font-family: arial, helvetica, sans-serif; } a:link { color: #656 } a:visited { color: #656 } a:active { color: #ccc } h2 { background-color:…
system.module modules/system.module Configuration system that lets administrators modify the workings of the site.
tablesort.inc includes/tablesort.inc Functions to aid in the creation of sortable tables.
taxonomy.module modules/taxonomy.module Enables the organization of content into categories.
theme.inc includes/theme.inc The theme system, which controls the output of Drupal.
throttle.module modules/throttle.module Allows configuration of congestion control auto-throttle mechanism.
tracker.module modules/tracker.module Enables tracking of recent posts for users.
update.php update.php Administrative page for handling updates from one Drupal version to another.
updates.inc database/updates.inc All incremental database updates performed between Drupal releases.
upload.module modules/upload.module File-handling and attaching files to nodes.
user.module modules/user.module Enables the user registration and login system.
watchdog.module modules/watchdog.module System monitoring and logging for administrators.
xmlrpc.inc includes/xmlrpc.inc
xmlrpc.php xmlrpc.php
xmlrpcs.inc includes/xmlrpcs.inc
xtemplate.engine themes/engines/xtemplate/xtemplate.engine Handles the interface between XTemplate files and the Drupal theme system.
xtemplate.inc themes/engines/xtemplate/xtemplate.inc

Pages

Other projects