summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2018-01-30 16:08:05 +0100
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2018-01-30 16:08:05 +0100
commit135600ea3a223db0b02d619ed641012ad0977216 (patch)
treebe95d4777e0a5c1ac6e7c9ee1eab6f52af12c2b3
parentb3b463014ab00581299a81dff785dcd687ab943b (diff)
Remove dead code.
-rw-r--r--index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/index.php b/index.php
index 6fb49d6..64e72bb 100644
--- a/index.php
+++ b/index.php
@@ -260,9 +260,6 @@ final class LookingGlass {
print('<meta name="description" content="'.$this->frontpage['title'].'" />');
print('<title>'.htmlentities($this->frontpage['title']).'</title>');
print('<link href="libs/bootstrap-4.0.0/css/bootstrap.min.css" rel="stylesheet" />');
- if ($this->frontpage['custom_bootstrap_theme']) {
- print('<link href="'.$this->frontpage['custom_bootstrap_theme'].'" rel="stylesheet" />');
- }
print('<link href="'.$this->frontpage['css'].'" rel="stylesheet" />');
print('</head>');
print('<body>');