浏览代码

! Add the tooltip for redirect boards.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 年之前
父节点
当前提交
d0ba898bb4
共有 1 个文件被更改,包括 1 次插入0 次删除
  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'])
 				{