@@ -9,7 +9,7 @@ function color_help($path, $arg) {
case'admin/help#color':
$output='<p>'.t('The color module allows a site administrator to quickly and easily change the color scheme of certain themes. Although all themes do not support color module, both Garland, the default theme, and Minnelli, its fixed width counterpart, were designed to take advantage of its features. By using color module with a compatible theme, you can easily change the color of links, backgrounds, text, and other theme elements. Color module requires that your <a href="@url">file download method</a> be set to public.',array('@url'=>url('admin/settings/file-system'))).'</p>';
$output.='<p>'.t("It is important to remember that color module saves a modified copy of the theme's specified stylesheets in the files directory. This means that if you make any manual changes to your theme's stylesheet, you must save your color settings again, even if they haven't changed. This causes the color module generated version of the stylesheets in the files directory to be recreated using the new version of the original file.").'</p>';
$output.='<p>'.t('For more information, see the online handbook entry for <a href="@color">Color module</a>.',array('@color'=>'http://drupal.org/handbook/modules/color/')).'</p>';
$output.='<p>'.t('For more information, see the online handbook entry for <a href="@color">Color module</a>.',array('@color'=>'http://drupal.org/handbook/modules/color/')).'</p>';
return$output;
}
}
...
...
@@ -334,8 +334,8 @@ function color_scheme_form_submit($form, &$form_state) {
}
foreach($filesas$file){
// Aggregate @imports recursively for each configured top level CSS file
// without optimization. Aggregation and optimization will be
// Aggregate @imports recursively for each configured top level CSS file
// without optimization. Aggregation and optimization will be
drupal_set_message(t('Revision from %revision-date of @type %title has been deleted.',array('%revision-date'=>format_date($node_revision->revision_timestamp),'@type'=>node_get_types('name',$node_revision),'%title'=>$node_revision->title)));
drupal_set_message(t('Revision from %revision-date of @type %title has been deleted.',array('%revision-date'=>format_date($node_revision->revision_timestamp),'@type'=>node_get_types('name',$node_revision),'%title'=>$node_revision->title)));
@@ -16,7 +16,7 @@ function php_help($path, $arg) {
$output='<p>'.t('The PHP filter adds the ability to include PHP code in posts. PHP is a general-purpose scripting language widely-used for web development; the content management system used by this website has been developed using PHP.').'</p>';
$output.='<p>'.t('Through the PHP filter, users with the proper permission may include custom PHP code within a page of the site. While this is a powerful and flexible feature if used by a trusted user with PHP experience, it is a significant and dangerous security risk in the hands of a malicious user. Even a trusted user may accidentally compromise the site by entering malformed or incorrect PHP code. Only the most trusted users should be granted permission to use the PHP filter, and all PHP code added through the PHP filter should be carefully examined before use.').'</p>';
$output.='<p>'.t('<a href="@drupal">Drupal.org</a> offers <a href="@php-snippets">some example PHP snippets</a>, or you can create your own with some PHP experience and knowledge of the Drupal system.',array('@drupal'=>url('http://drupal.org'),'@php-snippets'=>url('http://drupal.org/handbook/customization/php-snippets'))).'</p>';
$output.='<p>'.t('For more information, see the online handbook entry for <a href="@php">PHP module</a>.',array('@php'=>'http://drupal.org/handbook/modules/php/')).'</p>';
$output.='<p>'.t('For more information, see the online handbook entry for <a href="@php">PHP module</a>.',array('@php'=>'http://drupal.org/handbook/modules/php/')).'</p>';