Move directory tpl users to teams
This commit is contained in:
parent
30135b4c6e
commit
7571c8c1b1
6 changed files with 5 additions and 5 deletions
|
@ -3,4 +3,4 @@
|
|||
if(!defined('ONYX')) exit;
|
||||
|
||||
|
||||
return "team/exercice";
|
||||
return "teams/exercice";
|
||||
|
|
|
@ -5,4 +5,4 @@ if(!defined('ONYX')) exit;
|
|||
$template->assign("teams", Team::get_teams());
|
||||
$template->assign("top", Team::get_top());
|
||||
|
||||
return "users/home";
|
||||
return "teams/home";
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
if(!defined('ONYX')) exit;
|
||||
|
||||
|
||||
return "team/change";
|
||||
return "teams/change";
|
|
@ -3,4 +3,4 @@
|
|||
if(!defined('ONYX')) exit;
|
||||
|
||||
|
||||
return "team/summary";
|
||||
return "teams/summary";
|
||||
|
|
|
@ -8,7 +8,7 @@ try
|
|||
|
||||
$template->assign("team", $team);
|
||||
|
||||
return "team/team";
|
||||
return "teams/team";
|
||||
}
|
||||
catch($e)
|
||||
{
|
||||
|
|
Reference in a new issue