Subversion-Projekte lars-tiefland.webhosting

Revision

Revision 34 | Revision 69 | 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: 36 $ by $Author: lars $ at $Date: 2007-05-28 14:03:08 +0200 (Mo, 28 Mai 2007) $
1 lars 3
	require("libs/Smarty.class.php");
4
	$smarty=new Smarty();
5
	$smarty->assign("title","Angebotsbeschreibung");
36 lars 6
	$smarty->assign("IP","83.151.22.12");
1 lars 7
	$smarty->display("header.tpl");
8
	$smarty->display("angebot.tpl");
9
	$smarty->display("footer.tpl");