diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-30 11:30:47 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-30 11:30:47 +0200 |
commit | eda8bf17dd94160c26a9c53742343c85ccab8a4a (patch) | |
tree | 92221b59db530b65d382f89f7e2b7a9f41e98f83 | |
parent | 0d8a305d61aacaa0ee94374d3a26b531be28a09c (diff) |
Re-add page title.
-rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -172,7 +172,8 @@ final class LookingGlass { print '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />'; print '<meta name="viewport" content="width=device-width, initial-scale=1" />'; 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="'.htmlentities($this->frontpage['title']).'" />'; + 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="'.$this->frontpage['css'].'" rel="stylesheet" />'; |