- Documentation improvement by Charly. Task #2257.
parent
22b6d2f30c
commit
3c374a3ef2
|
@ -38,7 +38,7 @@ function system_link($type) {
|
|||
if ($type == "admin" && user_access("administer site configuration")) {
|
||||
$help["general"] = t("General configuration options for your site. Set up the name of the site, e-mail address used in mail-outs, clean URL options, caching, etc.");
|
||||
$help["themes"] = t("Select which themes are available to your users and specify the default theme.");
|
||||
$help["modules"] = t("Modules are plugins for Drupal that extend its core functionality. Here you can select which modules are enabled. On the left hand side click on the name of the module for their individual configurations.");
|
||||
$help["modules"] = t("Modules are plugins for Drupal that extend its core functionality. Here you can select which modules are enabled. On the left hand side click on the name of the module for their individual configurations. Once a module is enabled, you will need to grant permissions to users in user management.");
|
||||
$help["filters"] = t("Filters fit between the raw text in a node and the HTML output. They allow you to replace text selectively. Uses include automatic conversion of emoticons into graphics and filtering HTML content from users' submissions.");
|
||||
|
||||
menu("admin/system", "site configuration", "system_admin", $help["general"], 3);
|
||||
|
|
|
@ -38,7 +38,7 @@ function system_link($type) {
|
|||
if ($type == "admin" && user_access("administer site configuration")) {
|
||||
$help["general"] = t("General configuration options for your site. Set up the name of the site, e-mail address used in mail-outs, clean URL options, caching, etc.");
|
||||
$help["themes"] = t("Select which themes are available to your users and specify the default theme.");
|
||||
$help["modules"] = t("Modules are plugins for Drupal that extend its core functionality. Here you can select which modules are enabled. On the left hand side click on the name of the module for their individual configurations.");
|
||||
$help["modules"] = t("Modules are plugins for Drupal that extend its core functionality. Here you can select which modules are enabled. On the left hand side click on the name of the module for their individual configurations. Once a module is enabled, you will need to grant permissions to users in user management.");
|
||||
$help["filters"] = t("Filters fit between the raw text in a node and the HTML output. They allow you to replace text selectively. Uses include automatic conversion of emoticons into graphics and filtering HTML content from users' submissions.");
|
||||
|
||||
menu("admin/system", "site configuration", "system_admin", $help["general"], 3);
|
||||
|
|
Loading…
Reference in New Issue