summaryrefslogtreecommitdiff
path: root/developers
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2007-09-28 19:54:46 +0000
committerHubert Figuiere <hub@figuiere.net>2007-09-28 19:54:46 +0000
commitc4e04afa4f47bf0152d715a21bfb30942146acd4 (patch)
treeaaa57d77b315b2335c06cb7353150b32ff8a0b1c /developers
parent37c8beac081c057001042b9311306a5656618ff2 (diff)
Add discover - coming soon
quick nav menu redirect for tstnvl and tstooo
Diffstat (limited to 'developers')
-rw-r--r--developers/index.html5
-rw-r--r--developers/index.php4
2 files changed, 6 insertions, 3 deletions
diff --git a/developers/index.html b/developers/index.html
index bb65146..c52595a 100644
--- a/developers/index.html
+++ b/developers/index.html
@@ -27,6 +27,9 @@
<li class="tabs-selected"><a href="/developers/">Developers</a></li>
<li class="tabs-container"><a href="/about/">About</a></li>
</ul>
+ <div id="hnav">
+ <a href="/">Summary</a> &lt;&lt <span class="current">Developers</span>
+ </div>
<div class="container">
<div id="splash">
@@ -134,7 +137,7 @@
<p>We have a channel #go-oo on irc.freenode.net, where you can discuss development
issues with hackers.</p>
<p>To contact anyone wrt. go-oo see the ooo-build
- <a href="http://svn.gnome.org/viewcvs/ooo-build/trunk/AUTHORS?revision=6632&view=markup">maintainers</a>
+ <a href="http://svn.gnome.org/viewcvs/ooo-build/trunk/AUTHORS?view=markup">maintainers</a>
or contact <i>mmeeks T novell com</i></p>
<hr />
diff --git a/developers/index.php b/developers/index.php
index c847879..be8bee0 100644
--- a/developers/index.php
+++ b/developers/index.php
@@ -116,7 +116,7 @@ $content = <<<EOT
<p>We have a channel #go-oo on irc.freenode.net, where you can discuss development
issues with hackers.</p>
<p>To contact anyone wrt. go-oo see the ooo-build
- <a href="http://svn.gnome.org/viewcvs/ooo-build/trunk/AUTHORS?revision=6632&view=markup">maintainers</a>
+ <a href="http://svn.gnome.org/viewcvs/ooo-build/trunk/AUTHORS?view=markup">maintainers</a>
or contact <i>mmeeks T novell com</i></p>
<hr />
@@ -130,7 +130,7 @@ $content = <<<EOT
</form>
EOT;
-print_page("Go-OO! - Developers", "developers",
+print_page("Go-OO! - Developers", array("developers", "summary"),
"Developers",
$content
);