forked from amah/kummerkasten-php
mail_fixes #1
3 changed files with 10 additions and 10 deletions
Updated links
commit
e5afc0671a
|
|
@ -23,10 +23,10 @@ $lang = $_GET['lang'];
|
|||
<header class="header">
|
||||
<nav class="header-inner">
|
||||
<div class="header-top">
|
||||
<a class="header-element" href="https://www.fs-infmath.uni-kiel.de/wiki/Hauptseite">
|
||||
<a class="header-element" href="https://www.fs-informatik.uni-kiel.de/">
|
||||
<img src="logo.svg">
|
||||
</a>
|
||||
<a class="header-element" href="https://www.fs-infmath.uni-kiel.de/kummerkasten/">
|
||||
<a class="header-element" href="https://www.fs-informatik.uni-kiel.de/kummerkasten/">
|
||||
<h1 id="title"><?php echo $title; ?></h1>
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -37,8 +37,8 @@ $lang = $_GET['lang'];
|
|||
<?php echo str_replace("{support_mail}", "<a href=\"mailto:technik@fs-infmath.uni-kiel.de\">technik@fs-infmath.uni-kiel.de</a>", $about); ?>
|
||||
</span>
|
||||
</p>
|
||||
<p><a href="https://www.fs-infmath.uni-kiel.de/wiki/Hauptseite" id="go_back"
|
||||
<p><a href="https://www.fs-informatik.uni-kiel.de/" id="go_back"
|
||||
class="link-button"><?php echo $go_back; ?></a></p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ if (isset($_POST["submit"])) {
|
|||
<a class="header-element" href="https://fs-informatik.uni-kiel.de/">
|
||||
<img src="logo.svg">
|
||||
</a>
|
||||
<a class="header-element" href="https://www.fs-infmath.uni-kiel.de/kummerkasten/">
|
||||
<a class="header-element" href="https://www.fs-informatik.uni-kiel.de/kummerkasten/">
|
||||
<h1 id="title"><?php echo $title; ?></h1>
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -66,7 +66,7 @@ if (isset($_POST["submit"])) {
|
|||
<button class="btn btn-primary" type="submit" name="submit"><?php echo $send_button; ?></button>
|
||||
</form>
|
||||
<p>
|
||||
<a href="https://www.fs-infmath.uni-kiel.de/wiki/Hauptseite" id="go_back"
|
||||
<a href="https://www.fs-informatik.uni-kiel.de/" id="go_back"
|
||||
class="link-button"><?php echo $go_back; ?></a>
|
||||
</p>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -23,18 +23,18 @@ $lang = $_GET['lang'];
|
|||
<header class="header">
|
||||
<nav class="header-inner">
|
||||
<div class="header-top">
|
||||
<a class="header-element" href="https://www.fs-infmath.uni-kiel.de/wiki/Hauptseite">
|
||||
<a class="header-element" href="https://www.fs-informatik.uni-kiel.de/">
|
||||
<img src="logo.svg">
|
||||
</a>
|
||||
<a class="header-element" href="https://www.fs-infmath.uni-kiel.de/kummerkasten/">
|
||||
<a class="header-element" href="https://www.fs-informatik.uni-kiel.de/kummerkasten/">
|
||||
<h1 id="title"><?php echo $title; ?></h1>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<p id="about" class="infobox success"><?php echo $about; ?></p>
|
||||
<p><a href="https://www.fs-infmath.uni-kiel.de/wiki/Hauptseite" id="go_back"
|
||||
<p><a href="https://www.fs-informatik.uni-kiel.de/" id="go_back"
|
||||
class="link-button"><?php echo $go_back; ?></a></p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue