Explorar el Código

! Add the tooltip for redirect boards.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer hace 11 años
padre
commit
d0ba898bb4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Sources/Subs-BoardIndex.php

+ 1 - 0
Sources/Subs-BoardIndex.php

@@ -162,6 +162,7 @@ function getBoardIndex($boardIndexOptions)
 				if ($this_category[$row_board['id_board']]['is_redirect'])
 				{
 					$this_category[$row_board['id_board']]['board_class'] = 'redirect';
+					$this_category[$row_board['id_board']]['board_tooltip'] = $txt['redirect_board'];
 				}
 				elseif ($this_category[$row_board['id_board']]['new'] || $context['user']['is_guest'])
 				{