summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 5d8737943..eb7111a47 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -342,7 +342,7 @@ function drupal_theme_rebuild() {
* The loaded $theme object as returned from list_themes().
* @param $path
* The directory where $name is. For example, modules/system or
- * themes/garland.
+ * themes/bartik.
*
* @see theme()
* @see _theme_process_registry()
@@ -557,7 +557,7 @@ function _theme_build_registry($theme, $base_theme, $theme_engine) {
* - 'stylesheets': A two dimensional array, using the first key for the
* 'media' attribute (e.g. 'all'), the second for the name of the file
* (e.g. style.css). The value is a complete filepath
- * (e.g. themes/garland/style.css).
+ * (e.g. themes/bartik/style.css).
* - 'scripts': An associative array of JavaScripts, using the filename as key
* and the complete filepath as value.
* - 'engine': The name of the theme engine.