default_profile_details

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.

profiles/default/default.profile, строка 19

Версии
5 – 6
default_profile_details()

Return a description of the profile for the initial installation screen.

Возвращаемое значение

An array with keys 'name' and 'description' describing this profile.

Код

<?php
function default_profile_details() {
  return array(
    'name' => 'Drupal',
    'description' => 'Select this profile to enable some basic Drupal functionality and the default theme.'
  );
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему