mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-04-27 01:43:43 +02:00
Typo in the themes
This commit is contained in:
parent
bc15dfa11b
commit
e628931446
@ -39,7 +39,7 @@
|
||||
$categories = $config['categories'];
|
||||
|
||||
foreach ($categories as &$_boards) {
|
||||
foreach ($_boards as &$board) {
|
||||
foreach ($_boards as &$_board) {
|
||||
$title = boardTitle($_board);
|
||||
|
||||
if (!$title)
|
||||
|
@ -55,7 +55,7 @@
|
||||
$categories = $config['categories'];
|
||||
|
||||
foreach ($categories as &$_boards) {
|
||||
foreach ($_boards as &$board) {
|
||||
foreach ($_boards as &$_board) {
|
||||
$title = boardTitle($_board);
|
||||
|
||||
if (!$title)
|
||||
|
Loading…
x
Reference in New Issue
Block a user