Browse Source

! We're not using this code, so let's not worry about it.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 years ago
parent
commit
31320be119
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Themes/default/Search.template.php

+ 0 - 5
Themes/default/Search.template.php

@@ -345,11 +345,6 @@ function template_results()
 		// while we have results to show ...
 		while ($topic = $context['get_topics']())
 		{
-			$color_class = '';
-			if ($topic['is_sticky'])
-				$color_class = 'stickybg';
-			if ($topic['is_locked'])
-				$color_class .= 'lockedbg';
 
 			echo '
 			<div class="search_results_posts">