From 03c644b2ca3f22e96d0532df2d91d023cb2c54e6 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 28 Aug 2012 11:33:18 -0700 Subject: Issue #716496 by killtheliterate, rootwork: Make sure all core template files are in themeable group --- modules/comment/comment-wrapper.tpl.php | 2 ++ modules/comment/comment.tpl.php | 2 ++ modules/field/theme/field.tpl.php | 2 ++ modules/node/node.tpl.php | 2 ++ modules/overlay/overlay.tpl.php | 2 ++ modules/poll/poll-results.tpl.php | 2 ++ modules/poll/poll-vote.tpl.php | 2 ++ modules/search/search-result.tpl.php | 2 ++ modules/search/search-results.tpl.php | 2 ++ modules/system/html.tpl.php | 2 ++ modules/system/maintenance-page.tpl.php | 2 ++ modules/system/page.tpl.php | 2 ++ modules/system/region.tpl.php | 2 ++ modules/taxonomy/taxonomy-term.tpl.php | 2 ++ modules/toolbar/toolbar.tpl.php | 2 ++ modules/user/user-picture.tpl.php | 2 ++ modules/user/user-profile.tpl.php | 2 ++ 17 files changed, 34 insertions(+) diff --git a/modules/comment/comment-wrapper.tpl.php b/modules/comment/comment-wrapper.tpl.php index 3293e88ae..3a654cffa 100644 --- a/modules/comment/comment-wrapper.tpl.php +++ b/modules/comment/comment-wrapper.tpl.php @@ -33,6 +33,8 @@ * * @see template_preprocess_comment_wrapper() * @see theme_comment_wrapper() + * + * @ingroup themeable */ ?>
> diff --git a/modules/comment/comment.tpl.php b/modules/comment/comment.tpl.php index a483813d2..829847357 100644 --- a/modules/comment/comment.tpl.php +++ b/modules/comment/comment.tpl.php @@ -55,6 +55,8 @@ * @see template_preprocess_comment() * @see template_process() * @see theme_comment() + * + * @ingroup themeable */ ?>
> diff --git a/modules/field/theme/field.tpl.php b/modules/field/theme/field.tpl.php index a6d7a9659..f0f9d583f 100644 --- a/modules/field/theme/field.tpl.php +++ b/modules/field/theme/field.tpl.php @@ -40,6 +40,8 @@ * * @see template_preprocess_field() * @see theme_field() + * + * @ingroup themeable */ ?>