瀏覽代碼

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

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 年之前
父節點
當前提交
31320be119
共有 1 個文件被更改,包括 0 次插入5 次删除
  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">