diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-30 16:08:05 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-30 16:08:05 +0100 |
commit | 135600ea3a223db0b02d619ed641012ad0977216 (patch) | |
tree | be95d4777e0a5c1ac6e7c9ee1eab6f52af12c2b3 | |
parent | b3b463014ab00581299a81dff785dcd687ab943b (diff) |
Remove dead code.
-rw-r--r-- | index.php | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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>'); |