Subversion-Projekte lars-tiefland.inventar

Revision

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

Revision 2 Revision 3
Zeile 3... Zeile 3...
3
/**
3
/**
4
 * @author Lars Tiefland
4
 * @author Lars Tiefland
5
 * @copyright 2008
5
 * @copyright 2008
6
 */
6
 */
Zeile 7... Zeile -...
7
 
-
 
8
	require_once("libs/Smarty.class.php");
-
 
9
	
7
 
10
	require_once("include/connect.php");
-
 
11
	
-
 
Zeile 12... Zeile 8...
12
	$smarty = new Smarty();
8
	require_once("include/common.php");
Zeile 13... Zeile 9...
13
	
9
	
14
	$smarty->display("index.tpl");
10
	$smarty->display("index.tpl");