Move directory tpl users to teams

This commit is contained in:
Némunaire 2013-10-26 08:56:06 +02:00
commit 7571c8c1b1
6 changed files with 5 additions and 5 deletions

View file

@ -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";