diff options
-rw-r--r-- | template/page.phtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/page.phtml b/template/page.phtml index 63a4bac..3e12e22 100644 --- a/template/page.phtml +++ b/template/page.phtml @@ -1,12 +1,13 @@ <!DOCTYPE html> -<? include("$assemblies/motd.phtml") ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv='X-UA-Compatible' content='IE=edge'> +<? include("$assemblies/motd.phtml") ?> + <title><?=h($title)?> – 31C3 Streaming</title> <meta name="robots" content="index,follow" /> |