Julien VAUBOURG il y a 10 ans
Parent
commit
11734e7ca6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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">