summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-06-29 02:00:49 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-06-29 02:00:49 +0200
commit6305d35e7af92375b45a8285e575e2949ba5e723 (patch)
treef740ffc7d14fc853b698d133d7815a33020dedaa /index.php
parent32866172e09082a887d8c5e7615aa6882fe208d8 (diff)
Update to use bootstrap 3.2.0.
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index a2323b6..c1b7790 100644
--- a/index.php
+++ b/index.php
@@ -187,8 +187,8 @@ final class LookingGlass {
print '<meta name="keywords" content="Looking Glass, LG, BGP, prefix-list, AS-path, ASN, traceroute, ping, IPv4, IPv6, Cisco, Juniper, Internet" />';
print '<meta name="description" content="'.$this->frontpage['title'].'" />';
print '<title>'.htmlentities($this->frontpage['title']).'</title>';
- print '<link href="bootstrap-3.1.1/css/bootstrap.min.css" rel="stylesheet" />';
- print '<link href="bootstrap-3.1.1/css/bootstrap-theme.min.css" rel="stylesheet" />';
+ print '<link href="bootstrap-3.2.0/css/bootstrap.min.css" rel="stylesheet" />';
+ print '<link href="bootstrap-3.2.0/css/bootstrap-theme.min.css" rel="stylesheet" />';
print '<link href="'.$this->frontpage['css'].'" rel="stylesheet" />';
print '</head>';
print '<body>';