Subversion-Projekte lars-tiefland.ci

Revision

Revision 811 | Revision 852 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 811 Revision 849
Zeile 62... Zeile 62...
62
$autoload['libraries'] = array(
62
$autoload['libraries'] = array(
63
	'smartie' => 'smarty',
63
	'smartie' => 'smarty',
64
	'session',
64
	'session',
65
	'database',
65
	'database',
66
	'i18n',
66
	'i18n',
-
 
67
	'weban',
67
	'form_validation',
68
	'form_validation',
68
	'pagination',
69
	'pagination',
69
	);
70
	);
Zeile 70... Zeile 71...
70
 
71