forked from leftypol/leftypol
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts: inc/config.php inc/display.php inc/functions.php inc/image.php js/expand.js js/hide-threads.js js/local-time.js js/smartphone-spoiler.js templates/header.html templates/index.html templates/main.js templates/page.html templates/post_reply.html templates/post_thread.html templates/thread.html
This commit is contained in:
commit
55c7146d88
18 changed files with 668 additions and 623 deletions
|
@ -25,6 +25,7 @@ function doBoardListPart($list, $root) {
|
|||
$body = '';
|
||||
foreach ($list as $board) {
|
||||
if (is_array($board))
|
||||
// $body .= ' [' . doBoardListPart($board, $root) . '] ';
|
||||
$body .= ' <span class="sub">[' . doBoardListPart($board, $root) . ']</span> ';
|
||||
else {
|
||||
if (($key = array_search($board, $list)) && gettype($key) == 'string') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue