drupal_set_title
Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.
includes/path.inc, строка 203
- Версии
- 5 – 6
drupal_set_title($title = NULL)
Устанавливает заголовок для текущей страницы для отображения на странице и панели браузера.
Параметры
$title
(опционально) Строковое значение заголовка; если установлено в NULL
(по умолчанию), текущий заголовок останется без изменений.
Возвращаемое значение
Обновленный заголовок для текущей страницы.
Set the title of the current page, for display on the page and in the title bar.
Parameters
$title Optional string value to assign to the page title; or if set to NULL (default), leaves the current title unchanged.
Return value
The updated title of the current page.
▾ 58 функции вызывают drupal_set_title()
- aggregator_page_source in modules/aggregator/aggregator.pages.inc
- Menu callback; displays all the items captured from a particular feed.
- block_admin_configure in modules/block/block.admin.inc
- Коллбэк меню. Отображает форму настройки блока.
- blog_page_user in modules/blog/blog.pages.inc
- Коллбэк меню. Показывает страницу Друпал с последними записями в блоге данного пользователя.
- book_admin_edit in modules/book/book.admin.inc
- Конструктор формы для управления иерархией книги.
- book_outline in modules/book/book.pages.inc
- Menu callback; show the outline form for a single node.
- comment_form_add_preview in modules/comment/comment.module
- Конструктор формы; Формирует и проверяет форму предпросмотра комментария.
- confirm_form in modules/system/system.module
- Вывод формы подтверждения какого-либо действия.
- contact_user_page in modules/contact/contact.pages.inc
- Страница персональных контактов.
- drupal_access_denied in includes/common.inc
- Генерирует ошибку 403 если для просмотра страницы недостаточно прав.
- drupal_get_title in includes/path.inc
- Получает заголовок текущей страницы для показа на странице и панели заголовка.
- drupal_not_found in includes/common.inc
- Генерирует ошибку 404 (страница не найдена) если запрос не удалось обработать.
- drupal_site_offline in includes/common.inc
- Generates a site off-line message.
- example_profile_tasks in ./example.profile
- Perform any final installation tasks for this profile.
- filter_admin_configure_page in modules/filter/filter.admin.inc
- Menu callback; display settings defined by a format's filters.
- filter_admin_format_page in modules/filter/filter.admin.inc
- Коллбэк меню; Отображает форму форматов фильтра.
- filter_admin_order_page in modules/filter/filter.admin.inc
- Menu callback; display form for ordering filters for a format.
- help_page in modules/help/help.admin.inc
- Menu callback; prints a page listing general help for a module.
- install_already_done_error in ./install.php
- Show an error page when Drupal has already been installed.
- install_change_settings in ./install.php
- Configure and rewrite settings.php.
- install_main in ./install.php
- The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database...
- install_no_profile_error in ./install.php
- Show an error page when there are no profiles available.
- install_select_locale in ./install.php
- Allow admin to select which locale to use for the current profile.
- install_select_profile in ./install.php
- Allow admin to select which profile to install.
- install_tasks in ./install.php
- Tasks performed after the database is initialized.
- node_add in modules/node/node.pages.inc
- Выводит форму подтверждения ноды или ряд ссылок на такие формы.
- node_page_default in modules/node/node.module
- Menu callback; Generate a listing of promoted nodes.
- node_page_edit in modules/node/node.pages.inc
- Menu callback; presents the node editing form, or redirects to delete confirmation.
- node_page_view in modules/node/node.module
- Menu callback; view a single node.
- node_preview in modules/node/node.pages.inc
- Generate a node preview.
- node_revision_overview in modules/node/node.pages.inc
- Generate an overview table of older revisions of a node.
- node_show in modules/node/node.module
- Generate a page displaying a single node, along with its comments.
- openid_user_identities in modules/openid/openid.pages.inc
- Menu callback; Manage OpenID identities for the specified user.
- path_admin_edit in modules/path/path.admin.inc
- Menu callback; handles pages for creating and editing URL aliases.
- poll_results in modules/poll/poll.pages.inc
- Callback for the 'results' tab for polls you can vote on
- poll_votes in modules/poll/poll.pages.inc
- Callback for the 'votes' tab for polls you can see other votes on
- profile_browse in modules/profile/profile.pages.inc
- Menu callback; display a list of user information.
- profile_field_form in modules/profile/profile.admin.inc
- Menu callback: Generate a form to add/edit a user profile field. See alsoprofile_field_form_validate()
- statistics_node_tracker in modules/statistics/statistics.pages.inc
- statistics_top_pages in modules/statistics/statistics.admin.inc
- Menu callback; presents the 'top pages' page.
- statistics_top_referrers in modules/statistics/statistics.admin.inc
- Menu callback; presents the 'referrer' page.
- statistics_top_visitors in modules/statistics/statistics.admin.inc
- Menu callback; presents the 'top visitors' page.
- statistics_user_tracker in modules/statistics/statistics.pages.inc
- taxonomy_add_term_page in modules/taxonomy/taxonomy.admin.inc
- Menu callback; return the edit form for a new term after setting the title.
- taxonomy_overview_terms in modules/taxonomy/taxonomy.admin.inc
- Form builder for the taxonomy terms overview.
- taxonomy_term_page in modules/taxonomy/taxonomy.pages.inc
- Коллбэк меню; отображает все ноды, связанные с термином таксономии.
- template_preprocess_forums in modules/forum/forum.module
- Process variables for forums.tpl.php
- tracker_page in modules/tracker/tracker.pages.inc
- Menu callback. Prints a listing of active nodes on the site.
- translation_node_overview in modules/translation/translation.pages.inc
- Overview page for a node's translations.
- update_access_denied_page in ./update.php
- update_info_page in ./update.php
- update_results_page in ./update.php
- update_selection_page in ./update.php
- user_edit in modules/user/user.pages.inc
- Form builder; Present the form to edit a given user or profile category. See alsouser_edit_validate()
- user_view in modules/user/user.pages.inc
- Menu callback; Displays a user or user profile page.
- _batch_do in includes/batch.inc
- Do one pass of execution and inform back the browser about progression (used for JavaScript-mode only).
- _batch_progress_page_js in includes/batch.inc
- Batch processing page with JavaScript support.
- _batch_progress_page_nojs in includes/batch.inc
- Batch processing page without JavaScript support.
- _db_error_page in includes/database.inc
- Вспомогательная функция для показа фатальных ошибок в базе данных.
Код
<?php
function drupal_set_title($title = NULL) {
static $stored_title;
if (isset($title)) {
$stored_title = $title;
}
return $stored_title;
}
?>
Drupal is a free and open source content management system written in PHP and distributed under the GNU General Public License. It is used as a back-end system for at least 1% of all websites worldwide, ranging from small personal blogs to large corporate and political sites, including whitehouse.gov and data.gov.uk. It is also used for knowledge management and business collaboration. The standard release of Drupal, known as Drupal core, contains basic features common to most CMSs. These include the ability to register and maintain individual user accounts within a role-based permission privilege system.
I am a student of network+ exam and i am so much specialties in the network solution's.
Эта функция относится к ccna certification внутрисайтовой HTTP-переадресации. Функция проверяет, является ли указанный для перехода URL корректно ccent practice exam сформированным.Эта функция относится к внутрисайтовой HTTP-переадресации. Функция проверяет, является ли указанный для перехода ccnp certification URL корректно сформированным.Эта функция относится к внутрисайтовой HTTP-переадресации. Функция проверяет, является ли указанный itil v3 dumps для перехода URL корректно сформированным.