You are here

Files in Drupal 6

Primary tabs

File namesort descending Location Namespace Description
chameleon.info themes/chameleon/chameleon.info name = Chameleon description = Minimalist tabled theme with light colors. regions[left] = Left sidebar regions[right] = Right sidebar features[] = logo features[] = favicon features[] = name features[] = slogan stylesheets[all][] =…
chameleon.theme themes/chameleon/chameleon.theme A slim, CSS-driven theme which does not depend on a template engine like phptemplate
CHANGELOG.txt CHANGELOG.txt Drupal 6.38, 2016-02-24 - Final release --------------------------------------- - Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-001. - Previously unreleased documentation fixes. Drupal 6.37, 2015-08-19 ----------------------- -…
code-clean.sh scripts/code-clean.sh #!/bin/sh find . -name "*~" -type f | xargs rm -f find . -name ".#*" -type f | xargs rm -f find . -name "*.rej" -type f | xargs rm -f find . -name "*.orig" -type f | xargs rm -f find . -name "DEADJOE"…
color-rtl.css modules/color/color-rtl.css #placeholder { left: 0; right: auto; } /* Palette */ .color-form .form-item { padding-left: 0; padding-right: 1em; } .color-form label { float: right; clear: right; } .color-form .form-text, .color-form .form-select { float:…
color.css modules/color/color.css /* Farbtastic placement */ .color-form { max-width: 50em; position: relative; } #placeholder { position: absolute; top: 0; right: 0; /* LTR */ } /* Palette */ .color-form .form-item { height: 2em; line-height: 2em; padding-left: 1em;…
color.inc themes/garland/color/color.inc
color.inc themes/garland/minnelli/color/color.inc
color.info modules/color/color.info name = Color description = Allows the user to change the color scheme of certain themes. package = Core - optional version = VERSION core = 6.x
color.install modules/color/color.install
color.module modules/color/color.module
comment-folded.tpl.php modules/comment/comment-folded.tpl.php comment-folded.tpl.php Default theme implementation for folded comments.
comment-rtl.css modules/comment/comment-rtl.css .indented { margin-left: 0; margin-right: 25px; }
comment-wrapper.tpl.php modules/comment/comment-wrapper.tpl.php comment-wrapper.tpl.php Default theme implementation to wrap comments.
comment.admin.inc modules/comment/comment.admin.inc Admin page callbacks for the comment module.
comment.css modules/comment/comment.css .indented { margin-left: 25px; /* LTR */ } .comment-unpublished { background-color: #fff4f4; } .preview .comment { background-color: #ffffea; }
comment.info modules/comment/comment.info name = Comment description = Allows users to comment on and discuss published content. package = Core - optional version = VERSION core = 6.x
comment.install modules/comment/comment.install
comment.module modules/comment/comment.module Enables users to comment on published content.
comment.pages.inc modules/comment/comment.pages.inc User page callbacks for the comment module.
comment.tpl.php themes/garland/comment.tpl.php
comment.tpl.php themes/pushbutton/comment.tpl.php
comment.tpl.php modules/comment/comment.tpl.php comment.tpl.php Default theme implementation for comments.
comment.tpl.php themes/bluemarine/comment.tpl.php
common-rtl.css themes/chameleon/common-rtl.css body { direction: rtl; } .navlinks { padding: 0em 0em 1.5em 0.5em; } .primary a { padding: 0em 0em 0em 0.5em; } .secondary a { padding: 0em 0em 0em 0.5em; } #header img { float: right; padding: 0em 0em .5em 2em; }
common.css themes/chameleon/common.css /* ** HTML elements */ a, a:link, a:active { font-weight: bold; text-decoration: none; } a:hover { text-decoration: underline; } body { margin: 0; padding: 3em; font-size: .9em; line-height: 1.3em; } blockquote { font-style:…
common.inc includes/common.inc Common functions that many Drupal modules will need to reference.
contact.admin.inc modules/contact/contact.admin.inc Admin page callbacks for the contact module.
contact.info modules/contact/contact.info name = Contact description = Enables the use of both personal and site-wide contact forms. package = Core - optional version = VERSION core = 6.x
contact.install modules/contact/contact.install
contact.module modules/contact/contact.module Enables the use of personal and site-wide contact forms.
contact.pages.inc modules/contact/contact.pages.inc User page callbacks for the contact module.
content_types.inc modules/node/content_types.inc Content type editing UI.
COPYRIGHT.txt COPYRIGHT.txt All Drupal code is Copyright 2001 - 2012 by the original authors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. This program is…
cron-curl.sh scripts/cron-curl.sh #!/bin/sh curl --silent --compressed http://example.com/cron.php
cron-lynx.sh scripts/cron-lynx.sh #!/bin/sh /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
cron.php cron.php
database.inc includes/database.inc Wrapper for database interface code.
database.mysql-common.inc includes/database.mysql-common.inc Functions shared between mysql and mysqli database engines.
database.mysql.inc includes/database.mysql.inc Database interface code for MySQL database servers.
database.mysqli.inc includes/database.mysqli.inc Database interface code for MySQL database servers using the mysqli client libraries. mysqli is included in PHP 5 by default and allows developers to use the advanced features of MySQL 4.1.x, 5.0.x and beyond.
database.pgsql.inc includes/database.pgsql.inc Database interface code for PostgreSQL database servers.
dblog-rtl.css modules/dblog/dblog-rtl.css #edit-type-wrapper, #edit-severity-wrapper { float: right; padding-right: 0; padding-left: .8em; }
dblog.admin.inc modules/dblog/dblog.admin.inc Administrative page callbacks for the dblog module.
dblog.css modules/dblog/dblog.css #edit-type-wrapper, #edit-severity-wrapper { float: left; /* LTR */ padding-right: .8em; /* LTR */ margin: 0.1em; /** * In Opera 9, DOM elements with the property of "overflow: auto" * will partially hide its contents with…
dblog.info modules/dblog/dblog.info name = Database logging description = Logs and records system events to the database. package = Core - optional version = VERSION core = 6.x
dblog.install modules/dblog/dblog.install
dblog.module modules/dblog/dblog.module System monitoring and logging for administrators.
default.profile profiles/default/default.profile
default.settings.php sites/default/default.settings.php Drupal site-specific configuration file.

Pages

Other projects