From 6f3b61ae16cc04c4b4f036a795842ef81d210635 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Fri, 13 Jun 2014 16:16:15 +0200 Subject: Make header clickable. --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 75af1d5..44c59d3 100644 --- a/index.php +++ b/index.php @@ -90,6 +90,7 @@ final class LookingGlass { } private function render_header() { + print ''; print '
'; if (!isset($this->frontpage['show_title']) || $this->frontpage['show_title']) { @@ -99,6 +100,7 @@ final class LookingGlass { print 'logo'; } print '
'; + print '
'; } private function render_content() { -- cgit v1.2.3