Skip to content

Commit

Permalink
Weitere Fehlerbehebungen...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Bambach committed Oct 19, 2012
1 parent 1a635d1 commit 4939c69
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion contents/hilfe.php
Expand Up @@ -38,7 +38,7 @@
);
?>
<h6 class="ml3">Du brauchst Hilfe?</h6>
<p id="uebertext">Wenn sich Firefox, Thunderbird &amp; Co. nicht richtig benehmen und deshalb langsam sind, abstürzen oder andere Probleme bereiten, helfen wir Dir gerne weiter. Das einzige, was Du machen musst, ist uns zu kontaktieren - entweder über Foren oder über Chat.</p>
<p id="uebertext">Wenn sich Firefox, Thunderbird &amp; Co. nicht richtig benehmen und deshalb langsam sind, abstürzen oder andere Probleme bereiten, helfen wir Dir gerne weiter. Das Einzige, was Du machen musst, ist uns zu kontaktieren - entweder über Foren oder über Chat.</p>
<h2>Hier findest Du uns:</h2><br><br>
<div class="hilfe">
<table class="t1"><tbody>
Expand Down
2 changes: 1 addition & 1 deletion contents/home.php
Expand Up @@ -21,7 +21,7 @@
'text' => 'SeaMonkey ist ein nützliches und vielfältiges Gesamtpaket, welches aus Browser, E-Mail, Newsgroups, Webseiten-Editor und Chat besteht.'),
3 => array(
'link' => 'http://www.sunbird-kalender.de',
'dllink' => 'http://www.sunbird-kalender.de/download/',
'dllink' => 'http://www.sunbird-kalender.de/downloads.php',
'title' => 'Lightning',
'img' => 'lightning',
'text' => 'Lightning, entwickelt vom Mozilla Kalenderprojekt, erweitert Thunderbird und SeaMonkey um eine umfangreiche Termin- und Aufgabenverwaltung.'),
Expand Down
3 changes: 2 additions & 1 deletion index.php
Expand Up @@ -25,6 +25,7 @@
<nav id="headerbar" class="clearfix">
<ul>
<li><a href="http://www.mozilla.com/de/firefox/">Firefox</a></li>
<li><a href="http://www.thunderbird-mail.de/">Thunderbird</a></li>
<li><a href="http://www.mozilla.org">mozilla.org</a></li>
</ul>
</nav>
Expand Down Expand Up @@ -62,7 +63,7 @@
'href' => '?site=ueber',
'id' => 'ueber',
'title' => 'Mehr über Mozilla im deutschsprachigen Raum erfahren',
'text' => 'Über Uns')
'text' => 'Über uns')
);

if(!$site) {
Expand Down
10 changes: 5 additions & 5 deletions tabzilla.js
Expand Up @@ -536,7 +536,7 @@ Tabzilla.content =
+ ' </div>'
+ ' <div id="tabzilla-nav">'
+ ' <ul>'
+ ' <li><h2>Mozilla</h2>'
+ ' <li><h2 style="letter-spacing:0px;">Mozilla</h2>'
+ ' <ul>'
+ ' <li><a href="http://www.mozilla.org/mission/">Erfahren Sie mehr</a></li>'
+ ' <li><a href="http://www.mozilla.org/about/">Über uns</a></li>'
Expand All @@ -545,21 +545,21 @@ Tabzilla.content =
+ ' <li><a href="https://developer.mozilla.org">Entwicklernetzwerk</a></li>'
+ ' </ul>'
+ ' </li>'
+ ' <li><h2>Projekte</h2>'
+ ' <li><h2 style="letter-spacing:0px;">Projekte</h2>'
+ ' <ul>'
+ ' <li><a href="http://www.mozilla.org/firefox">Firefox</a></li>'
+ ' <li><a href="http://www.mozilla.org/thunderbird">Thunderbird</a></li>'
+ ' <li><a href="http://www.mozilla.org/b2g">Boot to Gecko</a></li>'
+ ' <li><a href="http://www.mozilla.org/b2g">Firefox OS</a></li>'
+ ' </ul>'
+ ' </li>'
+ ' <li><h2>Innovationen</h2>'
+ ' <li><h2 style="letter-spacing:0px;">Innovationen</h2>'
+ ' <ul>'
+ ' <li><a href="https://webfwd.org/">WebFWD</a></li>'
+ ' <li><a href="http://mozillalabs.com/">Labs</a></li>'
+ ' <li><a href="https://www.mozilla.org/webmaker/">Webmaker</a></li>'
+ ' </ul>'
+ ' </li>'
+ ' <li><h2>Mitmachen</h2>'
+ ' <li><h2 style="letter-spacing:0px;">Mitmachen</h2>'
+ ' <ul>'
+ ' <li><a href="http://www.mozilla.org/contribute/">Helfen Sie uns</a></li>'
+ ' <li><a href="http://www.mozilla.org/en-US/about/careers.html">Jobangebote</a></li>'
Expand Down

0 comments on commit 4939c69

Please sign in to comment.