Subversion Repositories ALCASAR

Rev

Rev 1831 | Rev 2817 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1831 Rev 2226
Line 11... Line 11...
11
<title>Usagers connect&eacute;es</title>
11
<title>Usagers connect&eacute;es</title>
12
<link rel="stylesheet" href="/css/style.css">
12
<link rel="stylesheet" href="/css/style.css">
13
</head>
13
</head>
14
EOM;
14
EOM;
15
}
15
}
16
 
-
 
17
if ($config[general_decode_normal_attributes] == 'yes'){
-
 
18
	if (is_file("../lib/lang/$config[general_prefered_lang]/utf8.php"))
-
 
19
		include_once("../lib/lang/$config[general_prefered_lang]/utf8.php");
-
 
20
	else
-
 
21
		include_once('../lib/lang/default/utf8.php');
-
 
22
	$k = init_decoder();
-
 
23
	$decode_normal = 1;
-
 
24
}
-
 
25
require_once('../lib/functions.php');
16
require_once('../lib/functions.php');
26
require("../lib/$config[general_lib_type]/functions.php");
17
require("../lib/$config[general_lib_type]/functions.php");
27
 
18
 
28
if (is_file("../lib/sql/drivers/$config[sql_type]/functions.php"))
19
if (is_file("../lib/sql/drivers/$config[sql_type]/functions.php"))
29
	include_once("../lib/sql/drivers/$config[sql_type]/functions.php");
20
	include_once("../lib/sql/drivers/$config[sql_type]/functions.php");