summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/comment/comment-wrapper.tpl.php2
-rw-r--r--modules/comment/comment.tpl.php2
-rw-r--r--modules/field/theme/field.tpl.php2
-rw-r--r--modules/node/node.tpl.php2
-rw-r--r--modules/overlay/overlay.tpl.php2
-rw-r--r--modules/poll/poll-results.tpl.php2
-rw-r--r--modules/poll/poll-vote.tpl.php2
-rw-r--r--modules/search/search-result.tpl.php2
-rw-r--r--modules/search/search-results.tpl.php2
-rw-r--r--modules/system/html.tpl.php2
-rw-r--r--modules/system/maintenance-page.tpl.php2
-rw-r--r--modules/system/page.tpl.php2
-rw-r--r--modules/system/region.tpl.php2
-rw-r--r--modules/taxonomy/taxonomy-term.tpl.php2
-rw-r--r--modules/toolbar/toolbar.tpl.php2
-rw-r--r--modules/user/user-picture.tpl.php2
-rw-r--r--modules/user/user-profile.tpl.php2
17 files changed, 34 insertions, 0 deletions
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
*/
?>
<div id="comments" class="<?php print $classes; ?>"<?php print $attributes; ?>>
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
*/
?>
<div class="<?php print $classes; ?> clearfix"<?php print $attributes; ?>>
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
*/
?>
<!--
diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php
index fd0062f9c..1082b3342 100644
--- a/modules/node/node.tpl.php
+++ b/modules/node/node.tpl.php
@@ -76,6 +76,8 @@
* @see template_preprocess()
* @see template_preprocess_node()
* @see template_process()
+ *
+ * @ingroup themeable
*/
?>
<div id="node-<?php print $node->nid; ?>" class="<?php print $classes; ?> clearfix"<?php print $attributes; ?>>
diff --git a/modules/overlay/overlay.tpl.php b/modules/overlay/overlay.tpl.php
index 54b10af1f..df8633752 100644
--- a/modules/overlay/overlay.tpl.php
+++ b/modules/overlay/overlay.tpl.php
@@ -17,6 +17,8 @@
* @see template_preprocess()
* @see template_preprocess_overlay()
* @see template_process()
+ *
+ * @ingroup themeable
*/
?>
diff --git a/modules/poll/poll-results.tpl.php b/modules/poll/poll-results.tpl.php
index 5e14dec21..678bc2b12 100644
--- a/modules/poll/poll-results.tpl.php
+++ b/modules/poll/poll-results.tpl.php
@@ -15,6 +15,8 @@
* - $vote: The choice number of the current user's vote.
*
* @see template_preprocess_poll_results()
+ *
+ * @ingroup themeable
*/
?>
<div class="poll">
diff --git a/modules/poll/poll-vote.tpl.php b/modules/poll/poll-vote.tpl.php
index 068ff7c05..699a26d42 100644
--- a/modules/poll/poll-vote.tpl.php
+++ b/modules/poll/poll-vote.tpl.php
@@ -12,6 +12,8 @@
* form_alter hooks.
*
* @see template_preprocess_poll_vote()
+ *
+ * @ingroup themeable
*/
?>
<div class="poll">
diff --git a/modules/search/search-result.tpl.php b/modules/search/search-result.tpl.php
index 949452ac3..47e89ef8e 100644
--- a/modules/search/search-result.tpl.php
+++ b/modules/search/search-result.tpl.php
@@ -60,6 +60,8 @@
* @see template_preprocess()
* @see template_preprocess_search_result()
* @see template_process()
+ *
+ * @ingroup themeable
*/
?>
<li class="<?php print $classes; ?>"<?php print $attributes; ?>>
diff --git a/modules/search/search-results.tpl.php b/modules/search/search-results.tpl.php
index e35be1edc..aa9bf8d4d 100644
--- a/modules/search/search-results.tpl.php
+++ b/modules/search/search-results.tpl.php
@@ -19,6 +19,8 @@
*
*
* @see template_preprocess_search_results()
+ *
+ * @ingroup themeable
*/
?>
<?php if ($search_results): ?>
diff --git a/modules/system/html.tpl.php b/modules/system/html.tpl.php
index 0e012774d..c3e24c946 100644
--- a/modules/system/html.tpl.php
+++ b/modules/system/html.tpl.php
@@ -39,6 +39,8 @@
* @see template_preprocess()
* @see template_preprocess_html()
* @see template_process()
+ *
+ * @ingroup themeable
*/
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
diff --git a/modules/system/maintenance-page.tpl.php b/modules/system/maintenance-page.tpl.php
index 31de3bb23..69d267f81 100644
--- a/modules/system/maintenance-page.tpl.php
+++ b/modules/system/maintenance-page.tpl.php
@@ -9,6 +9,8 @@
*
* @see template_preprocess()
* @see template_preprocess_maintenance_page()
+ *
+ * @ingroup themeable
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php
index bd440afb2..bd61489e0 100644
--- a/modules/system/page.tpl.php
+++ b/modules/system/page.tpl.php
@@ -68,6 +68,8 @@
* @see template_preprocess_page()
* @see template_process()
* @see html.tpl.php
+ *
+ * @ingroup themeable
*/
?>
diff --git a/modules/system/region.tpl.php b/modules/system/region.tpl.php
index b29e24f01..deb8d3aed 100644
--- a/modules/system/region.tpl.php
+++ b/modules/system/region.tpl.php
@@ -24,6 +24,8 @@
* @see template_preprocess()
* @see template_preprocess_region()
* @see template_process()
+ *
+ * @ingroup themeable
*/
?>
<?php if ($content): ?>
diff --git a/modules/taxonomy/taxonomy-term.tpl.php b/modules/taxonomy/taxonomy-term.tpl.php
index b1ff20e3c..e29b1108a 100644
--- a/modules/taxonomy/taxonomy-term.tpl.php
+++ b/modules/taxonomy/taxonomy-term.tpl.php
@@ -36,6 +36,8 @@
* @see template_preprocess()
* @see template_preprocess_taxonomy_term()
* @see template_process()
+ *
+ * @ingroup themeable
*/
?>
<div id="taxonomy-term-<?php print $term->tid; ?>" class="<?php print $classes; ?>">
diff --git a/modules/toolbar/toolbar.tpl.php b/modules/toolbar/toolbar.tpl.php
index 1df0cf03b..e85212997 100644
--- a/modules/toolbar/toolbar.tpl.php
+++ b/modules/toolbar/toolbar.tpl.php
@@ -19,6 +19,8 @@
*
* @see template_preprocess()
* @see template_preprocess_toolbar()
+ *
+ * @ingroup themeable
*/
?>
<div id="toolbar" class="<?php print $classes; ?> clearfix">
diff --git a/modules/user/user-picture.tpl.php b/modules/user/user-picture.tpl.php
index a33d2661d..ee8218786 100644
--- a/modules/user/user-picture.tpl.php
+++ b/modules/user/user-picture.tpl.php
@@ -12,6 +12,8 @@
* check_plain() before use.
*
* @see template_preprocess_user_picture()
+ *
+ * @ingroup themeable
*/
?>
<?php if ($user_picture): ?>
diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php
index a1611c835..0a64fed84 100644
--- a/modules/user/user-profile.tpl.php
+++ b/modules/user/user-profile.tpl.php
@@ -30,6 +30,8 @@
* @see user-profile-item.tpl.php
* Where the html is handled for each item in the group.
* @see template_preprocess_user_profile()
+ *
+ * @ingroup themeable
*/
?>
<div class="profile"<?php print $attributes; ?>>