mirror of
https://github.com/ceratic/MediaCollectorLibary.git
synced 2026-05-13 23:56:46 +02:00
yay
This commit is contained in:
@@ -243,7 +243,9 @@ class GameController extends Controller
|
||||
'playtime_desc' => 'Most Played',
|
||||
'completion_desc' => 'Highest Completion',
|
||||
'added_desc' => 'Recently Added',
|
||||
'last_played_desc' => 'Last Played'
|
||||
'last_played_desc' => 'Last Played',
|
||||
'platforms_desc' => 'Most Platforms',
|
||||
'platforms_asc' => 'Fewest Platforms'
|
||||
]
|
||||
]);
|
||||
}
|
||||
@@ -273,6 +275,7 @@ class GameController extends Controller
|
||||
$gameModel->game_key = $mainGame['game_key'];
|
||||
$platformVersions = $gameModel->getPlatformVersions();
|
||||
|
||||
|
||||
return $this->view->render($response, 'games/show.twig', [
|
||||
'title' => $mainGame['title'],
|
||||
'main_game' => $mainGame,
|
||||
|
||||
Reference in New Issue
Block a user