summaryrefslogtreecommitdiff
path: root/modules/color
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-12-18 10:31:42 +0000
committerDries Buytaert <dries@buytaert.net>2007-12-18 10:31:42 +0000
commit02539ac3f830101345cf5c715b0001aa1eb5a9c0 (patch)
tree9695e9c6074e3e333c620c545810fb972617f2aa /modules/color
parent9c835a88ca47ef10acb601d037490d60124b5b05 (diff)
downloadbrdo-02539ac3f830101345cf5c715b0001aa1eb5a9c0.tar.gz
brdo-02539ac3f830101345cf5c715b0001aa1eb5a9c0.tar.bz2
- Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces).
Diffstat (limited to 'modules/color')
-rw-r--r--modules/color/color.module8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/color/color.module b/modules/color/color.module
index 98f670b98..4cd887dcf 100644
--- a/modules/color/color.module
+++ b/modules/color/color.module
@@ -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 ($files as $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
// handled by drupal_build_css_cache() only.
$style = drupal_load_stylesheet($paths['source'] . $file, FALSE);
@@ -352,7 +352,7 @@ function color_scheme_form_submit($form, &$form_state) {
$base_file = basename($file);
$css[] = $paths['target'] . $base_file;
_color_save_stylesheet($paths['target'] . $base_file, $style, $paths);
- }
+ }
}
// Maintain list of files.