Skip to content

Commit e54e607

Browse files
committed
Messed with presskit factsheet further.
1 parent b95347d commit e54e607

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

presskit/index.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ function parseLink($uri)
268268
<a href="">'. COMPANY_TITLE .'</a><br/>
269269
'. tl('Based in %s', COMPANY_BASED) .'
270270
</p>
271+
<p>
272+
<strong>'. tl('Release date:'). '</strong><br/>
273+
'. GAME_DATE .'
274+
</p>
271275
<p>
272276
<strong>'. tl('Founding date:') .'</strong><br/>
273277
'. COMPANY_DATE .'
@@ -295,9 +299,7 @@ function parseLink($uri)
295299
echo( '<a href="http://'.parseLink($link).'">'.$name.'</a><br/>' );
296300
}
297301

298-
echo ' </p>
299-
<p>
300-
<strong>'. tl('Releases:') .'</strong><br />';
302+
echo ' </p>';
301303

302304
if ($handle = opendir('.')) {
303305
while (false !== ($entry = readdir($handle))) {
@@ -308,8 +310,7 @@ function parseLink($uri)
308310
}
309311
closedir($handle);
310312

311-
echo ' </p>
312-
<p>';
313+
echo ' <p>';
313314

314315
if( count($address) > 0 )
315316
{

0 commit comments

Comments
 (0)