relative php include path
This commit is contained in:
12
index.en.php
12
index.en.php
@@ -4,18 +4,18 @@
|
||||
<title>Max Mehl</title>
|
||||
<link lang="en" title="Deutsch" href="/de" hreflang="de" rel="alternate" type="text/html">
|
||||
|
||||
<?php include '/static/head.en.html'; ?>
|
||||
<?php include 'static/head.en.html'; ?>
|
||||
</head>
|
||||
|
||||
<body class="home blog custom-background">
|
||||
|
||||
<div id="header">
|
||||
<div id="header-content">
|
||||
<?php include '/static/nav.en.html'; ?>
|
||||
<?php include 'static/nav.en.html'; ?>
|
||||
|
||||
<div class="info">
|
||||
<p><a target="_blank" href="/impressum">Impressum</a></p>
|
||||
<p><a href="/de"><?php include '/static/lang.en.html'; ?></a></p>
|
||||
<p><a href="/de"><?php include 'static/lang.en.html'; ?></a></p>
|
||||
</div>
|
||||
</div><!-- / header-content -->
|
||||
</div><!-- / header -->
|
||||
@@ -28,17 +28,17 @@
|
||||
<!-- INDEX page -->
|
||||
<div id="featured-boxs">
|
||||
<div class="featured-box-big">
|
||||
<?php include '/text/index-intro.en.html'; ?>
|
||||
<?php include 'text/index-intro.en.html'; ?>
|
||||
</div>
|
||||
|
||||
<br class="clear" />
|
||||
|
||||
<!-- BIG BOXES -->
|
||||
<?php include '/text/index-box.en.html'; ?>
|
||||
<?php include 'text/index-box.en.html'; ?>
|
||||
<!-- / BIG BOXES -->
|
||||
</div> <!-- / featured-boxs -->
|
||||
<!-- / INDEX page -->
|
||||
|
||||
<?php include '/static/piwik.html'; ?>
|
||||
<?php include 'static/piwik.html'; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user