Skip to content

Commit

Permalink
Merge pull request #1 from presskoala/presskoala-patch-1
Browse files Browse the repository at this point in the history
Remove theme restriction #2
  • Loading branch information
presskoala committed Nov 8, 2015
2 parents 7c5adf2 + cbc0f18 commit 8995c9a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web_upload/pages/page.home.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,8 @@
$theme->assign('players_banned', $bans);
$theme->assign('total_bans', $BanCount);

if(SB_THEME == 'default') {
$theme->assign('total_comms', $CommCount);
$theme->assign('players_commed', $comms);
}
$theme->assign('total_comms', $CommCount);
$theme->assign('players_commed', $comms);

$theme->display('page_dashboard.tpl');
?>

0 comments on commit 8995c9a

Please sign in to comment.