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