Using the Favorites addon in conjunction with the Alternative Layout:
In your
arcade_game_bit_slim template, find:
HTML Code:
<strong>$game[title]</strong></a>
Add next to it:
HTML Code:
<if condition="$game[favid]"> <a href="arcade.php?do=delfav&gameid=$game[gameid]">$vbphrase[arcadedelfav]</a><else /> <a href="arcade.php?do=addfav&gameid=$game[gameid]">$vbphrase[arcadeaddfav]</a></if>
Save, and you're done.
I'd recommend changing the phrases for layout purposes..
I'm using (+) and (-) for 'add to favorites' and 'remove from favorites' respectively.