diff options
Diffstat (limited to 'nav.meta.php')
-rw-r--r-- | nav.meta.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/nav.meta.php b/nav.meta.php new file mode 100644 index 0000000..b06bd8b --- /dev/null +++ b/nav.meta.php @@ -0,0 +1,26 @@ + <div class="meta"> + + <span class="copyright"> + <a href="<?=$base_uri.$url_about;?>"><?=gettext('About');?></a> | <a href="<?=$base_uri;?>bugs"><?=gettext('Bugs');?></a> | <a href="<?=$base_uri;?>requests"><?=gettext('Requests');?></a> + <br/><br/> + + <? + if($lingua == "de") { + echo "Fragen, Kommentare, Korrekturen, Jobangebote?<br/>E-Mail an <a href='mailto:beandog@gentoo.org'>beandog@gentoo.org</a>\n"; + } else { + echo "Questions, Comments, Corrections, Job Offers?<br/>Email <a href='mailto:beandog@gentoo.org'>beandog@gentoo.org</a>\n"; + } + ?> + + + + </span> + + <p><a href="https://www.sevenl.net/"><img src="<?=$base_uri;?>img/sevenl.png" alt="Managed Dedicated Server Hosting By SevenL" width="125" height="35" style='border: 1px solid #999999; margin-top: 15px;' /></a></p> + + </div> + + + + +
\ No newline at end of file |