From 88fcd07560c4c19a7621e43ee00862a028423839 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Fri, 2 Feb 2018 10:58:09 +0000 Subject: Set the front page commands based on the documentation command entry --- index.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 714bed6..8f661ac 100644 --- a/index.php +++ b/index.php @@ -37,6 +37,7 @@ final class LookingGlass { $this->contact = $config['contact']; $this->misc = $config['misc']; $this->routers = $config['routers']; + $this->doc = $config['doc']; } private function render_routers() { @@ -69,11 +70,11 @@ final class LookingGlass { print('
'); print(''); print(''); print('
'); } -- cgit v1.2.3