Subversion-Projekte lars-tiefland.webhosting

Revision

Revision 33 | Revision 36 | Zur aktuellen Revision | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?
33 lars 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) $
1 lars 3
	require("libs/Smarty.class.php");
4
	$smarty=new Smarty();
5
	$smarty->assign("title","Angebotsbeschreibung");
11 lars 6
	$smarty->assign("IP","83.151.27.189");
1 lars 7
	$smarty->display("header.tpl");
8
	$smarty->display("angebot.tpl");
9
	$smarty->display("footer.tpl");