| Zeile 1... |
Zeile 1... |
| 1 |
<?
|
1 |
<?php
|
| 2 |
// $URL: file:///svn/repos/webhosting/trunk/index.php $ last modified in Revision $Rev: 82 $ by $Author: lars $ at $Date: 2009-01-12 21:00:56 +0100 (Mo, 12 Jan 2009) $
|
2 |
// $URL: file:///svn/repos/webhosting/trunk/index.php $ last modified in Revision $Rev: 96 $ by $Author: lars $ at $Date: 2010-06-27 21:53:30 +0200 (So, 27 Jun 2010) $
|
| 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("MX","mail.starfleethq.de");
|
6 |
$smarty->assign("MX","mail.starfleethq.de");
|
| 7 |
$smarty->assign("IP","80.82.220.11");
|
7 |
$smarty->assign("IP","80.82.220.11");
|
| 8 |
$smarty->assign("tpl_file", "angebot.tpl");
|
8 |
$smarty->assign("tpl_file", "angebot.tpl");
|
| 9 |
$smarty->display("page.tpl");
|
9 |
$smarty->display("page.tpl");
|
| - |
|
10 |
?>
|