Deleted team/home
Change the default page of team to summary page
This commit is contained in:
parent
11dc0c153a
commit
67b5422c28
3 changed files with 1 additions and 20 deletions
|
|
@ -1,8 +0,0 @@
|
|||
<?php
|
||||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
$template->assign("teams", Team::get_teams());
|
||||
$template->assign("top", Team::get_top());
|
||||
|
||||
return "teams/home";
|
||||
Reference in a new issue