Skip to content

Commit

Permalink
Added notice about DF hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Nov 1, 2016
1 parent 7109ddb commit 5bce0a4
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 1 deletion.
5 changes: 5 additions & 0 deletions contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
<a href="http://www.webmasterpro.de/"><img src="/img/wmp_logo.png" alt="" /></a>
</p>

<p>
Proudly hosted by<br />
<a href="https://www.df.eu/" rel="nofollow"><img src="/img/df_logo.svg" width="180" alt="domain factory"></a>
</p>

<h2>Impressum/Imprint</h2>

<p>browser-update.org ist ein Projekt der <a href="http://www.team23.de/">Team23 Internetagentur</a>. Inhaltlicher Verantwortlicher gemäß TMG ist die GmbH & Co. KG. Vertretungsberechtigte Gesellschafter sind Fabian Ziegler, David Danier.</p>
Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@
if (!isset($extratranslation)) {
T_textdomain('site');
}
?>
?>
57 changes: 57 additions & 0 deletions img/df_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions lib/init.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);

define('BU_PATH', dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR);
define('BU_LIB_PATH', BU_PATH . 'lib' . DIRECTORY_SEPARATOR);
$default_lang = 'en';
Expand Down

0 comments on commit 5bce0a4

Please sign in to comment.