@@ -45,7 +45,7 @@ function block_help($path, $arg) {
$output.='<dd>'.t('When working with blocks, remember that all themes do <em>not</em> implement the same regions, or display regions in the same way. Blocks are positioned on a per-theme basis. Users with the <em>Administer blocks</em> permission can disable blocks. Disabled blocks are listed on the <a href="@blocks">Blocks administration page</a>, but are not displayed in any region.',array('@block'=>'http://drupal.org/documentation/modules/block','@blocks'=>url('admin/structure/block'))).'</dd>';
$output.='<dd>'.t('Blocks can be configured to be visible only on certain pages, only to users of certain roles, or only on pages displaying certain <a href="@content-type">content types</a>. Some dynamic blocks, such as those generated by modules, will be displayed only on certain pages.',array('@content-type'=>url('admin/structure/types'),'@user'=>url('user'))).'</dd>';
$output.='<dd>'.t('Users with the <em>Administer blocks</em> permission can add custom blocks, which are then listed on the <a href="@blocks">Blocks administration page</a>. Once created, custom blocks behave just like default and module-generated blocks.',array('@blocks'=>url('admin/structure/block'))).'</dd>';
@@ -37,7 +37,7 @@ function help_help($path, $arg) {
$output.='<li>'.t('<strong>Enable additional functionality</strong> Next, visit the <a href="@modules">module list</a> and enable features which suit your specific needs. You can find additional modules in the <a href="@download_modules">Drupal modules download section</a>.',array('@modules'=>url('admin/modules'),'@download_modules'=>'http://drupal.org/project/modules')).'</li>';
$output.='<li>'.t('<strong>Customize your website design</strong> To change the "look and feel" of your website, visit the <a href="@themes">themes section</a>. You may choose from one of the included themes or download additional themes from the <a href="@download_themes">Drupal themes download section</a>.',array('@themes'=>url('admin/appearance'),'@download_themes'=>'http://drupal.org/project/themes')).'</li>';
// Display a link to the create content page if Node module is enabled.
$output.='<li>'.t('<strong>Start posting content</strong> Finally, you can <a href="@content">add new content</a> for your website.',array('@content'=>url('node/add'))).'</li>';
@@ -45,7 +45,7 @@ function menu_help($path, $arg) {
case'admin/structure/menu/add':
return'<p>'.t('You can enable the newly-created block for this menu on the <a href="@blocks">Blocks administration page</a>.',array('@blocks'=>url('admin/structure/block'))).'</p>';
return'<p>'.t('Each menu has a corresponding block that is managed on the <a href="@blocks">Blocks administration page</a>.',array('@blocks'=>url('admin/structure/block'))).'</p>';
@@ -21,7 +21,7 @@ function path_admin_overview($keys = NULL) {
// Enable language column if language.module is enabled or if we have any
// alias with a language.
$alias_exists=(bool)db_query_range('SELECT 1 FROM {url_alias} WHERE langcode <> :langcode',0,1,array(':langcode'=>Language::LANGCODE_NOT_SPECIFIED))->fetchField();
@@ -103,7 +103,7 @@ function system_help($path, $arg) {
return'<p>'.t('These options control the default display settings for your entire site, across all themes. Unless they have been overridden by a specific theme, these settings will be used.').'</p>';
case'admin/modules':
$output='<p>'.t('Download additional <a href="@modules">contributed modules</a> to extend Drupal\'s functionality.',array('@modules'=>'http://drupal.org/project/modules')).'</p>';
$output.='<p>'.t('Regularly review and install <a href="@updates">available updates</a> to maintain a secure and current site. Always run the <a href="@update-php">update script</a> each time a module is updated.',array('@update-php'=>$base_url.'/core/update.php','@updates'=>url('admin/reports/updates'))).'</p>';