summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
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 '<a href="." title="Home">';
print '<div class="header_bar">';
if (!isset($this->frontpage['show_title']) ||
$this->frontpage['show_title']) {
@@ -99,6 +100,7 @@ final class LookingGlass {
print '<img src="'.$this->frontpage['image'].'" alt="logo" />';
}
print '</div>';
+ print '</a>';
}
private function render_content() {