diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-10-30 18:19:16 +0100 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-10-30 18:19:16 +0100 |
commit | f2fb4e820cf812483045bf4991d23b13cf90b082 (patch) | |
tree | 61e59b5150e37e21f9e433e3ba0d6a3c7954793f /index.php | |
parent | 1b094c269e48db1d1b0f983a2e3f44599a182966 (diff) |
Update Boostrap to 3.3.0.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" />'; |