@@ -52,6 +52,10 @@ function system_help($path, $arg) {
return$output;
case'admin/build/modules/uninstall':
return'<p>'.t('The uninstall process removes all data related to a module. To uninstall a module, you must first disable it. Not all modules support this feature.').'</p>';
case'admin/build/block/configure':
if($arg[4]=='system'&&$arg[5]==0){
return'<p>'.t('The <em>Powered by Drupal</em> block is an optional link to the home page of the Drupal project. While there is absolutely no requirement that sites feature this link, it may be used to show support for Drupal.').'</p>';
}
case'admin/settings/actions':
case'admin/settings/actions/manage':
$output='<p>'.t('Actions are individual tasks that the system can do, such as unpublishing a piece of content or banning a user. Modules, such as the trigger module, can fire these actions when certain system events happen; for example, when a new post is added or when a user logs in. Modules may also provide additional actions.').'</p>';
* Provide a single block on the administration overview page.
*/
...
...
@@ -1639,3 +1686,8 @@ function _system_zonelist() {
}
return$zones;
}
functiontheme_system_powered_by($image_path){
$image=theme('image',$image_path,t('Powered by Drupal, an open source content management system'),t('Powered by Drupal, an open source content management system'));