You are here

Files in Drupal 5

Primary tabs

File namesort descending Location Namespace Description
node.info modules/node/node.info name = Node description = Allows content to be submitted to the site and displayed on pages. package = Core - required version = VERSION
node.module modules/node/node.module The core that allows content to be submitted to the site. Modules and scripts may programmatically submit nodes using the usual form API pattern.
node.tpl.php themes/bluemarine/node.tpl.php
node.tpl.php themes/garland/node.tpl.php
node.tpl.php themes/pushbutton/node.tpl.php
node.tpl.php themes/engines/phptemplate/node.tpl.php
page.tpl.php themes/bluemarine/page.tpl.php
page.tpl.php themes/garland/page.tpl.php
page.tpl.php themes/pushbutton/page.tpl.php
pager.inc includes/pager.inc Functions to aid in presenting database results as a set of pages.
path.inc includes/path.inc Functions to handle paths in Drupal, including path aliasing.
path.info modules/path/path.info name = Path description = Allows users to rename URLs. package = Core - optional version = VERSION
path.module modules/path/path.module Enables users to rename URLs.
phptemplate.engine themes/engines/phptemplate/phptemplate.engine Handles integration of templates written in pure php with the Drupal theme system.
ping.info modules/ping/ping.info name = Ping description = Alerts other sites when your site has been updated. package = Core - optional version = VERSION
ping.module modules/ping/ping.module Alerts other sites that your site has been updated.
poll.css modules/poll/poll.css .poll .bar { height: 1em; margin: 1px 0; background-color: #ddd; } .poll .bar .foreground { background-color: #000; height: 1em; float: left; } .poll .links { text-align: center; } .poll .percent { text-align: right; } .poll .total { …
poll.info modules/poll/poll.info name = Poll description = Allows your site to capture votes on different topics in the form of multiple choice questions. package = Core - optional version = VERSION
poll.install modules/poll/poll.install
poll.module modules/poll/poll.module Enables your site to capture votes on different topics in the form of multiple choice questions.
preview.css themes/garland/color/preview.css /* Positioning */ #preview { overflow: hidden; max-width: 100%; } #preview, #preview #img { width: 596px; height: 371px; } #preview #gradient { position: absolute; left: 0; right: 0; top: 19px; height: 120px; z-index: 2; } #preview…
print.css misc/print.css body { margin: 1em; background-color: #fff; } th { text-align: left; color: #006; border-bottom: 1px solid #ccc; } tr.odd { background-color: #ddd; } tr.even { background-color: #fff; } td { padding: 5px; } #menu { visibility:…
print.css themes/garland/print.css /** * Themetastic, for Drupal 5.0 * Stefan Nagtegaal, iStyledThis [dot] nl * Steven Wittens, acko [dot] net` * * If you use a customized color scheme, you must regenerate it after * modifying this file. */ body, input, textarea, select { …
profile.info modules/profile/profile.info name = Profile description = Supports configurable user profiles. package = Core - optional version = VERSION
profile.install modules/profile/profile.install
profile.module modules/profile/profile.module Support for configurable user profiles.
README.txt sites/all/README.txt This directory should be used to place downloaded and custom modules and themes which are common to all sites. This will allow you to more easily update Drupal core files. These modules and themes should be placed in subdirectories called modules and…
robots.txt robots.txt # # robots.txt # # This file is to prevent the crawling and indexing of certain parts # of your site by web crawlers and spiders run by sites like Yahoo! # and Google. By telling these "robots" where not to go on your site, # you save…
search.css modules/search/search.css .search-form { margin-bottom: 1em; } .search-form p { margin-top: 0; margin-bottom: 0.2em; padding-top: 0; padding-bottom: 0; } .search-form input { margin-top: 0; margin-bottom: 0; } .search-results p { margin-top:…
search.info modules/search/search.info name = Search description = Enables site-wide keyword searching. package = Core - optional version = VERSION
search.install modules/search/search.install
search.module modules/search/search.module Enables site-wide keyword searching.
session.inc includes/session.inc User session handling functions.
settings.php sites/default/settings.php Drupal site-specific configuration file.
statistics.info modules/statistics/statistics.info name = Statistics description = Logs access statistics for your site. package = Core - optional version = VERSION
statistics.install modules/statistics/statistics.install
statistics.module modules/statistics/statistics.module Logs access statistics for your site.
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.odd td, tr.even td { padding: 0.3em; } h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5em; } h1 { …
style.css themes/garland/style.css /** * Garland, for Drupal 5.0 * Stefan Nagtegaal, iStyledThis [dot] nl * Steven Wittens, acko [dot] net` * * If you use a customized color scheme, you must regenerate it after * modifying this file. */ /** * Generic elements */ body { …
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/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/garland/minnelli/style.css /** * Minnelli, for Drupal 5.0 * Stefan Nagtegaal, iStyledThis [dot] nl * Steven Wittens, acko [dot] net */ @import "../style.css"; body #wrapper #container { width: 560px; } body.sidebars #wrapper #container { width:…
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.css modules/system/system.css /* ** HTML elements */ th.active img { display: inline; } tr.even, tr.odd { background-color: #eee; border-bottom: 1px solid #ccc; padding: 0.1em 0.6em; } td.active { background-color: #ddd; } tbody { border-top: 1px solid #ccc; } tbody th…
system.info modules/system/system.info name = System description = Handles general site configuration for administrators. package = Core - required version = VERSION
system.install modules/system/system.install
system.module modules/system/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.info modules/taxonomy/taxonomy.info name = Taxonomy description = Enables the categorization of content. package = Core - optional version = VERSION
taxonomy.module modules/taxonomy/taxonomy.module Enables the organization of content into categories.

Pages

Other projects