summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-10-30 18:19:16 +0100
committerGuillaume Mazoyer <respawneral@gmail.com>2014-10-30 18:19:16 +0100
commitf2fb4e820cf812483045bf4991d23b13cf90b082 (patch)
tree61e59b5150e37e21f9e433e3ba0d6a3c7954793f /index.php
parent1b094c269e48db1d1b0f983a2e3f44599a182966 (diff)
Update Boostrap to 3.3.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 d6490ab..6e0da0a 100644
--- a/index.php
+++ b/index.php
@@ -218,9 +218,9 @@ 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="libs/bootstrap-3.2.0/css/bootstrap.min.css" rel="stylesheet" />';
+ print '<link href="libs/bootstrap-3.3.0/css/bootstrap.min.css" rel="stylesheet" />';
if ($this->frontpage['bootstrap_theme']) {
- print '<link href="libs/bootstrap-3.2.0/css/bootstrap-theme.min.css" rel="stylesheet" />';
+ print '<link href="libs/bootstrap-3.3.0/css/bootstrap-theme.min.css" rel="stylesheet" />';
}
if ($this->frontpage['custom_bootstrap_theme']) {
print '<link href="'.$this->frontpage['custom_bootstrap_theme'].'" rel="stylesheet" />';