Subversion-Projekte lars-tiefland.webhosting

Revision

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

Revision 34 Revision 35
Zeile 1... Zeile 1...
1
<?
1
<?
2
	// $URL: file:///svn/repos/webhosting/trunk/order.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/order.php $ last modified in Revision $Rev: 35 $ by $Author: lars $ at $Date: 2007-05-09 20:40:20 +0200 (Mi, 09 Mai 2007) $
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 285... Zeile 285...
285
	$smarty->assign("svn",$svn);
285
	$smarty->assign("svn",$svn);
286
	$smarty->assign("admin_name",$admin_name);
286
	$smarty->assign("admin_name",$admin_name);
287
	$smarty->assign("admin_pw",$admin_pw);
287
	$smarty->assign("admin_pw",$admin_pw);
288
	$smarty->assign("repo",$repo);
288
	$smarty->assign("repo",$repo);
289
	$smarty->assign("svn_user",$svn_user);
289
	$smarty->assign("svn_user",$svn_user);
-
 
290
	
290
	$smarty->display("header.tpl");
291
	$smarty->display("header.tpl");
291
	$smarty->display("$tpl_file");
292
	$smarty->display("$tpl_file");
292
	$smarty->display("footer.tpl");
293
	$smarty->display("footer.tpl");
293
?>
294
?>