diff --git a/module/group/view/privbygroup.html.php b/module/group/view/privbygroup.html.php index d3ed83af4d..3c52cd09cc 100644 --- a/module/group/view/privbygroup.html.php +++ b/module/group/view/privbygroup.html.php @@ -53,11 +53,20 @@ {$lang->group->all}", '', "class='btn btn-link $active'")?> - mainNav as $module => $title):?> - - - " . strip_tags(substr($title, 0, strpos($title, '|'))) . '', '', "class='btn btn-link $active'")?> - + mainNav as $module => $title) + { + $i++; + if(!is_string($title)) continue; + if($i == 13) echo '
更多
'; + } + ?> {$lang->group->other}", '', "class='btn btn-link $active'");?>