File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
302304if ($ handle = opendir ('. ' )) {
303305 while (false !== ($ entry = readdir ($ handle ))) {
@@ -308,8 +310,7 @@ function parseLink($uri)
308310}
309311closedir ($ handle );
310312
311- echo ' </p>
312- <p> ' ;
313+ echo ' <p> ' ;
313314
314315if ( count ($ address ) > 0 )
315316{
You can’t perform that action at this time.
0 commit comments