server/onyx/include/team/home.php

9 lines
147 B
PHP
Raw Normal View History

2013-10-22 06:16:02 +00:00
<?php
if(!defined('ONYX')) exit;
$template->assign("teams", Team::get_teams());
$template->assign("top", Team::get_top());
2013-10-26 06:56:06 +00:00
return "teams/home";