Do not show an error in make>builds
[stouyapi.git] / data / templates / discover.tpl.php
index a0e239cdcc1c51fe1a4d405c38f9f304a12792bb..cd078ddb5a25a03b77c5424df5efb399ebb4e711 100644 (file)
@@ -2,13 +2,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  <head>
   <meta charset="utf-8"/>
-  <title>OUYA: <?= htmlspecialchars($title); ?></title>
+  <title><?= htmlspecialchars($title); ?></title>
   <meta name="generator" content="stouyapi"/>
   <link rel="stylesheet" type="text/css" href="../ouya-discover.css"/>
+  <link rel="icon" href="../favicon.ico"/>
  </head>
  <body class="discover">
   <header>
-   <h1><?= htmlspecialchars($title); ?></h1>
+   <h1><?= htmlspecialchars($json->title); ?></h1>
    <img class="ouyalogo" src="../ouya-logo.grey.svg" alt="OUYA logo" width="50"/>
   </header>