(root)/trunk/index.php – Revision 69
Revision 36 |
Revision 82 |
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: 69 $ by $Author: lars $ at $Date: 2007-07-14 17:24:18 +0200 (Sa, 14 Jul 2007) $
|
| 1 |
lars |
3 |
require("libs/Smarty.class.php");
|
|
|
4 |
$smarty=new Smarty();
|
|
|
5 |
$smarty->assign("title","Angebotsbeschreibung");
|
| 69 |
lars |
6 |
$smarty->assign("MX","mail.starfleethq.de");
|
|
|
7 |
$smarty->assign("IP","80.82.220.11");
|
| 1 |
lars |
8 |
$smarty->display("header.tpl");
|
|
|
9 |
$smarty->display("angebot.tpl");
|
|
|
10 |
$smarty->display("footer.tpl");
|