Skip to content

Commit

Permalink
Homepage|Add-on Repository|Fixed: Use game names instead of plugin names
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Feb 23, 2012
1 parent 63c0e38 commit 919c3fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/plugins/addonrepository/addonrepository.php
Expand Up @@ -131,21 +131,21 @@ public function generateHTML()

includeHTML('overview', self::$name);

?><h3>jDoom</h3>
?><h3>DOOM</h3>
<p>The following add-ons are for use with <strong>DOOM</strong>, <strong>DOOM2</strong>, <strong>Ultimate DOOM</strong> and <strong>Final DOOM (TNT/Plutonia)</strong>. Some of which may even be used with the shareware version of DOOM (check the <em>Notes</em>).</p>
<?php

$doomGames = array('doom1', 'doom1-ultimate', 'doom1-share', 'doom2', 'doom2-plut', 'doom2-tnt');
$this->outputAddonList($addons, $doomGames);

?><h3>jHeretic</h3>
?><h3>Heretic</h3>
<p>The following add-ons are for use with <strong>Heretic</strong> and <strong>Heretic: Shadow of the Serpent Riders </strong>. Some of which may even be used with the shareware version of Heretic (check the <em>Notes</em>).</p>
<?php

$hereticGames = array('heretic', 'heretic-share', 'heretic-ext');
$this->outputAddonList($addons, $hereticGames);

?><h3>jHexen</h3>
?><h3>Hexen</h3>
<p>The following add-ons are for use with <strong>Hexen</strong> and <strong>Hexen:Deathkings of the Dark Citadel</strong>. Some of which may even be used with the shareware version of Hexen (check the <em>Notes</em>).</p>
<?php

Expand Down

0 comments on commit 919c3fc

Please sign in to comment.