Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 849 Revision 852
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
	'weban_backend',
68
	'form_validation',
68
	'form_validation',
69
	'pagination',
69
	'pagination',
70
	);
70
	);
Zeile 71... Zeile 71...
71
 
71