From f34b376dfcf5d1c92c5ee719c931e2c812d6a95d Mon Sep 17 00:00:00 2001 From: 8chan Date: Sun, 19 Apr 2015 06:45:44 -0700 Subject: [PATCH] Title in boards.html --- boards.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/boards.php b/boards.php index 4f1f16fa..9ee74426 100644 --- a/boards.php +++ b/boards.php @@ -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;