Subversion-Projekte lars-tiefland.webhosting

Revision

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

Revision 69 Revision 82
Zeile 1... Zeile 1...
1
<?
1
<?
2
	// $URL: file:///svn/repos/webhosting/trunk/order.php $ last modified in Revision $Rev: 69 $ by $Author: lars $ at $Date: 2007-07-14 17:24:18 +0200 (Sa, 14 Jul 2007) $
2
	// $URL: file:///svn/repos/webhosting/trunk/order.php $ last modified in Revision $Rev: 82 $ by $Author: lars $ at $Date: 2009-01-12 21:00:56 +0100 (Mo, 12 Jan 2009) $
3
	define(MAX_EMAIL,10);
3
	define(MAX_EMAIL,10);
Zeile 4... Zeile 4...
4
	
4
	
Zeile 5... Zeile 5...
5
	require("functions.php");
5
	require("functions.php");
Zeile 293... Zeile 293...
293
	$smarty->assign("admin_name",$admin_name);
293
	$smarty->assign("admin_name",$admin_name);
294
	$smarty->assign("admin_pw",$admin_pw);
294
	$smarty->assign("admin_pw",$admin_pw);
295
	$smarty->assign("repo",$repo);
295
	$smarty->assign("repo",$repo);
296
	$smarty->assign("svn_user",$svn_user);
296
	$smarty->assign("svn_user",$svn_user);
Zeile 297... Zeile -...
297
	
-
 
298
	$smarty->display("header.tpl");
297
	
299
	$smarty->display("$tpl_file");
298
	$smarty->assign("tpl_file", $tpl_file);
300
	$smarty->display("footer.tpl");
299
	$smarty->display("page.tpl");