mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
Title in boards.html
This commit is contained in:
parent
5cceda9d15
commit
f34b376dfc
@ -88,7 +88,8 @@ $searchHTML = Element("8chan/boards-search.html", array(
|
||||
|
||||
$pageHTML = Element("page.html", array(
|
||||
"config" => $config,
|
||||
"body" => $searchHTML
|
||||
"body" => $searchHTML,
|
||||
"title" => _("Boards on ∞chan")
|
||||
)
|
||||
);
|
||||
|
||||
@ -109,9 +110,6 @@ if (php_sapi_name() == 'cli') {
|
||||
}
|
||||
|
||||
file_write("boards-top20.json", json_encode(array_splice($topbar, 0, 48)));
|
||||
|
||||
echo "The board directories have regenerated.";
|
||||
exit;
|
||||
}
|
||||
|
||||
echo $pageHTML;
|
||||
|
Loading…
Reference in New Issue
Block a user