[ Index ] |
|
Code source de Claroline 188 |
1 <?php // $Id: constants.inc.php,v 1.5 2007/02/14 14:00:33 mathieu Exp $ 2 if ( count( get_included_files() ) == 1 ) die( '---' ); 3 /** 4 * CLAROLINE 5 * 6 * Constants of the right package 7 * 8 * @version 1.8 $Revision: 1.5 $ 9 * 10 * @copyright (c) 2001-2006 Universite catholique de Louvain (UCL) 11 * 12 * @license http://www.gnu.org/copyleft/gpl.html (GPL) GENERAL PUBLIC LICENSE 13 * 14 * @package RIGHT 15 * 16 * @author Claro Team <cvs@claroline.net> 17 */ 18 19 DEFINE('PROFILE_TYPE_COURSE','COURSE'); 20 21 /** 22 * Anonymous 23 */ 24 25 get_lang('Anonymous'); 26 get_lang('Course visitor (the user has no account on the platform)'); 27 28 DEFINE('ANONYMOUS_PROFILE','anonymous'); 29 30 /** 31 * Guest 32 */ 33 34 get_lang('Guest'); 35 get_lang('Course visitor (the user has an account on the platform, but is not enrolled in the course)'); 36 37 DEFINE('GUEST_PROFILE','guest'); 38 39 /** 40 * User 41 */ 42 43 get_lang('User'); 44 get_lang('Course member (the user is actually enrolled in the course)'); 45 46 DEFINE('USER_PROFILE','user'); 47 48 /** 49 * Manager 50 */ 51 52 get_lang('Manager'); 53 get_lang('Course Administrator'); 54 55 DEFINE('MANAGER_PROFILE','manager'); 56 57 /** 58 * Prefix for custom profile 59 */ 60 61 DEFINE('CUSTOM_PROFILE_PREFIX','profile_'); 62 63 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 14:38:42 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |