|
@@ -135,7 +135,7 @@ function template_main()
|
|
|
{
|
|
|
echo '
|
|
|
<tr id="board_', $board['id'], '" class="windowbg2">
|
|
|
- <td class="icon windowbg"', !empty($board['children']) ? ' rowspan="2"' : '', '>
|
|
|
+ <td class="icon"', !empty($board['children']) ? ' rowspan="2"' : '', '>
|
|
|
<a href="', ($board['is_redirect'] || $context['user']['is_guest'] ? $board['href'] : $scripturl . '?action=unread;board=' . $board['id'] . '.0;children'), '">';
|
|
|
|
|
|
// If the board or children is new, show an indicator.
|