engelsystem/www-ssl/lageplan.php
cookie 805eaa629d update Get_Text eintreys
git-svn-id: svn://svn.cccv.de/engel-system@66 29ba0400-6e00-0410-a75a-ca02368028f8
2005-11-17 01:10:26 +00:00

11 lines
215 B
PHP
Executable file

<?php
$title = "Index";
$header = "Lageplan";
include ("./inc/header.php");
echo "<p>". Get_Text("lageplan_text1"). "</p>";
echo "<p><img src=\"./pic/lageplan/lageplan.jpg\"/>.";
include ("./inc/footer.php");
?>