Skip to content

Commit

Permalink
Issue #10: Link to example pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Apr 28, 2019
1 parent 969d26d commit 495b814
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/mailform-config.php.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ debug = false;
requesttemplate = '../../resources/request_template.html'
;;// path to imprint
pathimprint = './imprint.php'
;;// path to GDPR
pathgdpr = './dsgvo.php'
;*/
;
4 changes: 4 additions & 0 deletions templates/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
</nav>
<footer>
<ul class="icons">
<?php
print "<li><a target=\"_blank\" href=\"" . Mailer::getFromConfiguration('pathimprint') . "\">imprint</a></li>";
print "<li><a target=\"_blank\" href=\"" . Mailer::getFromConfiguration('pathgdpr') . "\">data protection information (GDPR)</a></li><br /><br />";
?>
<li>Feedback via <a href="https://www.github.com/ottlinger/mailform" target="_blank" class="icon fa-github"><span
class="label">Github</span></a></li>
<li><a href="https://aiki-it.de" target="_blank">AIKI IT</a></li>
Expand Down

0 comments on commit 495b814

Please sign in to comment.