server/onyx/include/team/summary.php

9 lines
167 B
PHP
Raw Normal View History

2013-10-22 06:16:02 +00:00
<?php
if(!defined('ONYX')) exit;
2013-11-05 04:15:18 +00:00
$template->assign("themes", Theme::get_themes());
$template->assign("nbExoMax", Exercice::get_nbExoMax());
2013-10-22 06:16:02 +00:00
2013-10-26 06:56:06 +00:00
return "teams/summary";