summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-08-28 11:33:18 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-08-28 11:33:18 -0700
commit03c644b2ca3f22e96d0532df2d91d023cb2c54e6 (patch)
tree9872c909944912591b27ef464e5c41724182c240 /modules/search
parentbc41802c5e1c071ba77dd69196a533bc8ecf593f (diff)
downloadbrdo-03c644b2ca3f22e96d0532df2d91d023cb2c54e6.tar.gz
brdo-03c644b2ca3f22e96d0532df2d91d023cb2c54e6.tar.bz2
Issue #716496 by killtheliterate, rootwork: Make sure all core template files are in themeable group
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): ?>