Fix about nav item being highlighted when on connect page

This commit is contained in:
Skylar Ittner 2017-09-22 12:37:23 -06:00
parent 49aabe0296
commit 2bfcf0e9a2

View File

@ -1,6 +1,6 @@
<?php
require_once __DIR__ . "/settings.php";
$page = "about";
$page = "connect";
?>
<!DOCTYPE HTML>
<title><?php echo SITE_TITLE; ?></title>