[29101] trunk/www/includes/header.inc
source_changes at macosforge.org
source_changes at macosforge.org
Fri Sep 14 21:35:54 PDT 2007
Revision: 29101
http://trac.macosforge.org/projects/macports/changeset/29101
Author: jmpp at macports.org
Date: 2007-09-14 21:35:54 -0700 (Fri, 14 Sep 2007)
Log Message:
-----------
Rearrange order and name of some of the shortcuts and introduce two new ones:
* "Blog", which will hopefully link us into the existing wordpress installation;
* "MacPorts Team", a direct link to the trac Wiki page with all of our names;
PS: Maybe I'll add one more shortcut, "Becoming a Member", linking to the proper
page in the new guide.... but I have to be careful not to clutter this sidebar.
Modified Paths:
--------------
trunk/www/includes/header.inc
Modified: trunk/www/includes/header.inc
===================================================================
--- trunk/www/includes/header.inc 2007-09-15 04:32:49 UTC (rev 29100)
+++ trunk/www/includes/header.inc 2007-09-15 04:35:54 UTC (rev 29101)
@@ -45,10 +45,12 @@
<ul>
<?php
$shortcuts = array (
- 'MacPorts Downloads' => $downloads,
+ 'Downloads' => $downloads,
'MacPorts FAQ' => $trac_url . 'wiki/FAQ',
+ 'Report a Bug' => $trac_url . 'newticket',
'Subversion Repository' => $svn_url,
- 'Report a Bug' => $trac_url . 'newticket'
+ 'Blog' => 'blog/',
+ 'MacPorts Team' => $trac_url . 'wiki/MacPortsDevelopers'
);
foreach ($shortcuts as $title => $url) {
if (basename($PHP_SELF) == $url) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070914/8fce191f/attachment.html
More information about the macports-changes
mailing list