Subversion-Projekte lars-tiefland.webhosting

Revision

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

Revision 34 Revision 36
Zeile 1... Zeile 1...
1
<?
1
<?
2
	// $URL: file:///svn/repos/webhosting/trunk/index.php $ last modified in Revision $Rev: 34 $ by $Author: lars $ at $Date: 2007-04-09 17:52:10 +0200 (Mo, 09 Apr 2007) $
2
	// $URL: file:///svn/repos/webhosting/trunk/index.php $ last modified in Revision $Rev: 36 $ by $Author: lars $ at $Date: 2007-05-28 14:03:08 +0200 (Mo, 28 Mai 2007) $
3
	require("libs/Smarty.class.php");
3
	require("libs/Smarty.class.php");
4
	$smarty=new Smarty();
4
	$smarty=new Smarty();
5
	$smarty->assign("title","Angebotsbeschreibung");
5
	$smarty->assign("title","Angebotsbeschreibung");
6
	$smarty->assign("IP","83.151.27.189");
6
	$smarty->assign("IP","83.151.22.12");
7
	$smarty->display("header.tpl");
7
	$smarty->display("header.tpl");
8
	$smarty->display("angebot.tpl");
8
	$smarty->display("angebot.tpl");
9
	$smarty->display("footer.tpl");
9
	$smarty->display("footer.tpl");