summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search-result.tpl.php2
-rw-r--r--modules/search/search-results.tpl.php2
2 files changed, 4 insertions, 0 deletions
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): ?>