From aeb5fdd466e6b62d97bfa1c2d1e91b8d4f5f2e39 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 28 Jan 2018 00:00:53 +0100 Subject: Start to work with Bootstrap 4. Add required Bootstrap 4 and jQuery 3.3.1 versions. Also add Font Awesome 5.0.6 since Bootstrap decided to remove Glyphicons. --- index.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 9ae82e9..355a164 100644 --- a/index.php +++ b/index.php @@ -259,10 +259,7 @@ final class LookingGlass { print(''); print(''); print(''.htmlentities($this->frontpage['title']).''); - print(''); - if ($this->frontpage['bootstrap_theme']) { - print(''); - } + print(''); if ($this->frontpage['custom_bootstrap_theme']) { print(''); } @@ -277,8 +274,9 @@ final class LookingGlass { $this->render_peering_policy_modal(); } print(''); - print(''); - print(''); + print(''); + print(''); + print(''); print(''); print(''); } -- cgit v1.2.3