Файлы
Имя | Описание |
---|---|
page.tpl.php themes/garland/page.tpl.php | |
page.tpl.php themes/bluemarine/page.tpl.php | |
page.tpl.php themes/pushbutton/page.tpl.php | Шаблон отображения темизированной страницы Друпала. |
page.tpl.php modules/system/page.tpl.php | page.tpl.php |
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.admin.inc modules/path/path.admin.inc | Administrative page callbacks for the path module. |
path.inc includes/path.inc | Функции для обработки путей (адресов) в Друпале, включая синонимы адресов. |
path.module modules/path/path.module | Разрешает пользователям переименовывать URL'ы. |
php.install modules/php/php.install | |
php.module modules/php/php.module | Дополнительный фильтр для ввода PHP. |
phptemplate.engine themes/engines/phptemplate/phptemplate.engine | Handles integration of templates written in pure php with the Drupal theme system. |
ping.module modules/ping/ping.module | Alerts other sites that your site has been updated. |
poll-bar-block.tpl.php modules/poll/poll-bar-block.tpl.php | poll-bar-block.tpl.php Display the bar for a single choice in a poll |
poll-bar.tpl.php modules/poll/poll-bar.tpl.php | poll-bar.tpl.php Display the bar for a single choice in a poll |
poll-results-block.tpl.php modules/poll/poll-results-block.tpl.php | poll-results-block.tpl.php Display the poll results in a block. |
poll-results.tpl.php modules/poll/poll-results.tpl.php | poll-results-block.tpl.php Display the poll results in a block. |
poll-vote.tpl.php modules/poll/poll-vote.tpl.php | poll-vote.tpl.php Voting form for a poll. |
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. |
poll.pages.inc modules/poll/poll.pages.inc | User page callbacks for the poll module. |
profile-block.tpl.php modules/profile/profile-block.tpl.php | profile-block.tpl.php Default theme implementation for displaying a users profile within a block. It only shows in relation to a node displayed as a full page. |
profile-listing.tpl.php modules/profile/profile-listing.tpl.php | profile-listing.tpl.php Default theme implementation for displaying a user and their profile data for member listing pages. See alsoprofile-wrapper.tpl.php |
profile-wrapper.tpl.php modules/profile/profile-wrapper.tpl.php | profile-wrapper.tpl.php Default theme implementation for wrapping member listings and their profiles. |
profile.admin.inc modules/profile/profile.admin.inc | Administrative page callbacks for the profile module. |
profile.install modules/profile/profile.install | |
profile.module modules/profile/profile.module | Support for configurable user profiles. |
profile.pages.inc modules/profile/profile.pages.inc | User page callbacks for the profile module. |
README.txt sites/all/README.txt | // $Id: README.txt,v 1.3 2006/12/23 15:35:51 dries Exp $ |
README.txt themes/README.txt | This directory is reserved for core theme files. Custom or contributed themes should be placed in their own subdirectory of the sites/all/themes directory. For multisite installations, they can also be placed in a subdirectory under... |
README.txt modules/README.txt | This directory is reserved for core module files. Custom or contributed modules should be placed in their own subdirectory of the sites/all/modules directory. For multisite installations, they can also be placed in a subdirectory under... |
robots.txt ./robots.txt | # $Id: robots.txt,v 1.9.2.1 2008/12/10 20:12:19 goba Exp $ # # 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... |
search-block-form.tpl.php modules/search/search-block-form.tpl.php | search-block-form.tpl.php Реализация по умолчанию для отображения формы поиска внутри блока |
search-result.tpl.php modules/search/search-result.tpl.php | search-result.tpl.php Default theme implementation for displaying a single search result. |
search-results.tpl.php modules/search/search-results.tpl.php | search-results.tpl.php Default theme implementation for displaying search results. |
search-theme-form.tpl.php modules/search/search-theme-form.tpl.php | search-theme-form.tpl.php Default theme implementation for displaying a search form directly into the theme layout. Not to be confused with the search block or the search page. |
search.admin.inc modules/search/search.admin.inc | Admin page callbacks for the search module. |
search.install modules/search/search.install | |
search.module modules/search/search.module | Позволяет проводить на сайте поиск по ключевым словам. |
search.pages.inc modules/search/search.pages.inc | User page callbacks for the search module. |
session.inc includes/session.inc | User session handling functions. |
statistics.admin.inc modules/statistics/statistics.admin.inc | Admin page callbacks for the statistics module. |
statistics.install modules/statistics/statistics.install | |
statistics.module modules/statistics/statistics.module | Журнал статистики доступа к вашему сайту. |
statistics.pages.inc modules/statistics/statistics.pages.inc | User page callbacks for the statistics module. |
syslog.module modules/syslog/syslog.module | Redirects logging messages to syslog. |
system.admin.inc modules/system/system.admin.inc | Admin page callbacks for the system module. |
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. |