engelsystem/www-ssl/lageplan.php
ichdasich 83a90af930 fixed most of the files in http-root and includes
git-svn-id: svn://svn.cccv.de/engel-system@282 29ba0400-6e00-0410-a75a-ca02368028f8
2008-09-10 15:43:25 +00:00

11 lines
227 B
PHP
Executable file

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