test include path

This commit is contained in:
2015-06-26 17:13:43 +03:00
parent be79bc6e8b
commit 2a584f3b86

View File

@@ -4,18 +4,18 @@
<title>Max Mehl</title> <title>Max Mehl</title>
<link lang="en" title="English" href="/en" hreflang="en" rel="alternate" type="text/html"> <link lang="en" title="English" href="/en" hreflang="en" rel="alternate" type="text/html">
<?php include dirname(__DIR__).'/static/head.de.html'; ?> <?php include 'static/head.de.html'; ?>
</head> </head>
<body class="home blog custom-background"> <body class="home blog custom-background">
<div id="header"> <div id="header">
<div id="header-content"> <div id="header-content">
<?php include dirname(__DIR__).'/static/nav.de.html'; ?> <?php include 'static/nav.de.html'; ?>
<div class="info"> <div class="info">
<p><a target="_blank" href="/impressum">Impressum</a></p> <p><a target="_blank" href="/impressum">Impressum</a></p>
<p><a href="/en"><?php include dirname(__DIR__).'/static/lang.de.html'; ?></a></p> <p><a href="/en"><?php include 'static/lang.de.html'; ?></a></p>
</div> </div>
</div><!-- / header-content --> </div><!-- / header-content -->
</div><!-- / header --> </div><!-- / header -->
@@ -28,17 +28,17 @@
<!-- INDEX page --> <!-- INDEX page -->
<div id="featured-boxs"> <div id="featured-boxs">
<div class="featured-box-big"> <div class="featured-box-big">
<?php include dirname(__DIR__).'/text/index-intro.de.html'; ?> <?php include 'text/index-intro.de.html'; ?>
</div> </div>
<br class="clear" /> <br class="clear" />
<!-- BIG BOXES --> <!-- BIG BOXES -->
<?php include dirname(__DIR__).'/text/index-box.de.html'; ?> <?php include 'text/index-box.de.html'; ?>
<!-- / BIG BOXES --> <!-- / BIG BOXES -->
</div> <!-- / featured-boxs --> </div> <!-- / featured-boxs -->
<!-- / INDEX page --> <!-- / INDEX page -->
<?php include dirname(__DIR__).'/static/piwik.html'; ?> <?php include 'static/piwik.html'; ?>
</body> </body>
</html> </html>