forked from GithubBackups/vichan
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(
|
$pageHTML = Element("page.html", array(
|
||||||
"config" => $config,
|
"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)));
|
file_write("boards-top20.json", json_encode(array_splice($topbar, 0, 48)));
|
||||||
|
|
||||||
echo "The board directories have regenerated.";
|
|
||||||
exit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $pageHTML;
|
echo $pageHTML;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user