Julien VAUBOURG 10 years ago
parent
commit
11734e7ca6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sources/views/layout.html.php

+ 1 - 1
sources/views/layout.html.php

@@ -24,7 +24,7 @@
 <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
 <!--[if gt IE 8]><!--> <html class="no-js" lang="<?= $locale ?>"> <!--<![endif]-->
 <head>
-  <title>PirateBox <?= isset($title) ? "| $title" : '' ?></title>
+  <title><?= T_("PirateBox") ?><?= isset($title) ? " | $title" : '' ?></title>
 
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width">