Skip to content

Commit

Permalink
Set page title to app_name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidschlachter committed Mar 21, 2016
1 parent 70ba060 commit 9b88ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.html.php
Expand Up @@ -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</title>
<title><?= option('app_name') ?></title>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
Expand Down

0 comments on commit 9b88ad4

Please sign in to comment.