You are here

Files in Drupal 6

Primary tabs

File namesort descending Location Namespace Description
defaults-rtl.css modules/system/defaults-rtl.css th { text-align: right; padding-right: 0; padding-left: 1em; }
defaults.css modules/system/defaults.css /* ** HTML elements */ fieldset { margin-bottom: 1em; padding: .5em; } form { margin: 0; padding: 0; } hr { height: 1px; border: 1px solid gray; } img { border: 0; } table { border-collapse: collapse; } th { text-align: left; /* LTR…
drupal.sh scripts/drupal.sh #!/usr/bin/php <?php /** * Drupal shell execution script * * Check for your PHP interpreter - on Windows you'll probably have to * replace line 1 with * #!c:/program files/php/php.exe * * @param path Drupal's absolute root…
farbtastic.css misc/farbtastic/farbtastic.css .farbtastic { position: relative; } .farbtastic * { position: absolute; cursor: crosshair; } .farbtastic, .farbtastic .wheel { width: 195px; height: 195px; } .farbtastic .color, .farbtastic .overlay { top: 47px; left: 47px; width:…
file.inc includes/file.inc API for handling file uploads and server file management.
filter.admin.inc modules/filter/filter.admin.inc Admin page callbacks for the filter module.
filter.info modules/filter/filter.info name = Filter description = Handles the filtering of content in preparation for display. package = Core - required version = VERSION core = 6.x
filter.install modules/filter/filter.install
filter.module modules/filter/filter.module Framework for handling filtering of content.
filter.pages.inc modules/filter/filter.pages.inc User page callbacks for the filter module.
fix-ie-rtl.css themes/garland/fix-ie-rtl.css body { /* Center layout */ text-align: center; /* Allow text resizing */ font-size: 80%; } #squeeze { zoom: 1; direction: ltr; } #squeeze .left-corner{ direction: rtl } #header-region, #wrapper #container { /* Reset text alignment…
fix-ie.css themes/garland/fix-ie.css /** * Garland, for Drupal 6.x * Stefan Nagtegaal, iStyledThis [dot] nl * Steven Wittens, acko [dot] net */ body { /* Center layout */ text-align: center; /* Allow text resizing */ font-size: 80%; } #header-region, #wrapper #container { …
form.inc includes/form.inc
forum-icon.tpl.php modules/forum/forum-icon.tpl.php forum-icon.tpl.php Display an appropriate icon for a forum post.
forum-list.tpl.php modules/forum/forum-list.tpl.php forum-list.tpl.php Default theme implementation to display a list of forums and containers.
forum-rtl.css modules/forum/forum-rtl.css #forum tr td.forum { padding-left: 0.5em; padding-right: 25px; background-position: 98% 2px; } .forum-topic-navigation { padding: 1em 3em 0 0; } .forum-topic-navigation .topic-previous { text-align: left; float:…
forum-submitted.tpl.php modules/forum/forum-submitted.tpl.php forum-submitted.tpl.php Default theme implementation to format a simple string indicated when and by whom a topic was submitted.
forum-topic-list.tpl.php modules/forum/forum-topic-list.tpl.php forum-topic-list.tpl.php Theme implementation to display a list of forum topics.
forum-topic-navigation.tpl.php modules/forum/forum-topic-navigation.tpl.php forum-topic-navigation.tpl.php Default theme implementation to display the topic navigation string at the bottom of all forum topics.
forum.admin.inc modules/forum/forum.admin.inc Administrative page callbacks for the forum module.
forum.css modules/forum/forum.css #forum .description { font-size: 0.9em; margin: 0.5em; } #forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager { white-space: nowrap; } #forum td.posts, #forum td.topics, #forum…
forum.info modules/forum/forum.info name = Forum description = Enables threaded discussions about general topics. dependencies[] = taxonomy dependencies[] = comment package = Core - optional version = VERSION core = 6.x
forum.install modules/forum/forum.install
forum.module modules/forum/forum.module Enable threaded discussions about general topics.
forum.pages.inc modules/forum/forum.pages.inc User page callbacks for the forum module.
forums.tpl.php modules/forum/forums.tpl.php forums.tpl.php Default theme implementation to display a forum which may contain forum containers as well as forum topics.
garland.info themes/garland/garland.info name = Garland description = Tableless, recolorable, multi-column, fluid width theme (default). version = VERSION core = 6.x engine = phptemplate stylesheets[all][] = style.css stylesheets[print][] = print.css
help-rtl.css modules/help/help-rtl.css .help-items { float: right; padding-right: 0; padding-left: 3%; } .help-items-last { padding-right: 0; padding-left: 0; }
help.admin.inc modules/help/help.admin.inc Admin page callbacks for the help module.
help.css modules/help/help.css .help-items { float: left; /* LTR */ width: 22%; padding-right: 3%; /* LTR */ } .help-items-last { padding-right: 0; /* LTR */ }
help.info modules/help/help.info name = Help description = Manages the display of online help. package = Core - optional version = VERSION core = 6.x
help.module modules/help/help.module Manages displaying online help.
image.gd.inc includes/image.gd.inc GD2 toolkit for image manipulation within Drupal.
image.inc includes/image.inc API for manipulating images.
index.php index.php
install.inc includes/install.inc
install.mysql.inc includes/install.mysql.inc
INSTALL.mysql.txt INSTALL.mysql.txt CREATE THE MySQL DATABASE -------------------------- This step is only necessary if you don't already have a database set-up (e.g. by your host). In the following examples, 'username' is an example MySQL user which has the CREATE and…
install.mysqli.inc includes/install.mysqli.inc
install.pgsql.inc includes/install.pgsql.inc
INSTALL.pgsql.txt INSTALL.pgsql.txt CREATE THE PostgreSQL DATABASE ------------------------------ Note that the database must be created with UTF-8 (Unicode) encoding. 1. CREATE DATABASE USER This step is only necessary if you don't already have a user set up (e.g. by your…
install.php install.php
INSTALL.txt INSTALL.txt CONTENTS OF THIS FILE --------------------- * Requirements * Optional requirements * Installation * Drupal administration * Customizing your theme(s) * Multisite Configuration * More Information REQUIREMENTS ------------ Drupal requires a…
language.inc includes/language.inc Multiple language handling functionality.
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this…
locale.css modules/locale/locale.css .locale-untranslated { font-style: normal; text-decoration: line-through; }
locale.inc includes/locale.inc Administration functions for locale.module.
locale.info modules/locale/locale.info name = Locale description = Adds language handling functionality and enables the translation of the user interface to languages other than English. package = Core - optional version = VERSION core = 6.x
locale.install modules/locale/locale.install
locale.module modules/locale/locale.module Add language handling functionality and enables the translation of the user interface to languages other than English.

Pages

Other projects