File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ function parseLink($uri)
356356 <meta charset="utf-8">
357357 <meta name="viewport" content="width=device-width, initial-scale=1">
358358
359- <title> ' . COMPANY_TITLE .'</title>
359+ <title> ' . GAME_TITLE .'</title>
360360 <link href="https://cdnjs.cloudflare.com/ajax/libs/uikit/1.2.0/css/uikit.gradient.min.css" rel="stylesheet" type="text/css">
361361 <link href="style.css" rel="stylesheet" type="text/css">
362362 </head>
@@ -365,7 +365,7 @@ function parseLink($uri)
365365 <div class="uk-container uk-container-center">
366366 <div class="uk-grid">
367367 <div id="navigation" class="uk-width-medium-1-4">
368- <h1 class="nav-header"> ' . COMPANY_TITLE .'</h1>
368+ <h1 class="nav-header"> ' . GAME_TITLE .'</h1>
369369 <a class="nav-header" href="index.php ' . $ languageQuery .'" target="_self"> ' . tl ('press kit ' ) .'</a></strong>
370370 <ul class="uk-nav uk-nav-side"> ' ;
371371
You can’t perform that action at this time.
0 commit comments