Changeset 28320 for trunk/www


Ignore:
Timestamp:
Aug 28, 2007, 4:31:20 AM (17 years ago)
Author:
jmpp@…
Message:

Improved header and page titles.

Location:
trunk/www
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/archives.php

    r28314 r28320  
    33    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    44    include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
    5     print_header('MacPorts Home', 'utf-8');
     5    print_header('MacPorts -- News Archive', 'utf-8');
    66    /* $Id$ */
    77  ?>
  • trunk/www/downloads.php

    r28314 r28320  
    22    $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
    33    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    4     print_header('MacPorts Downloads', 'utf-8');
     4    print_header('MacPorts -- Downloads', 'utf-8');
    55    /* $Id$ */
    66  ?>
  • trunk/www/getmp.php

    r28314 r28320  
    22    $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
    33    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    4     print_header('Get MacPorts', 'utf-8');
     4    print_header('MacPorts -- Download & Installation', 'utf-8');
    55    /* $Id$ */
    66  ?>
  • trunk/www/help.php

    r28314 r28320  
    22    $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
    33    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    4     print_header('Get Help', 'utf-8');
     4    print_header('MacPorts -- Help', 'utf-8');
    55    /* $Id$ */
    66  ?>
  • trunk/www/includes/header.inc

    r28314 r28320  
    1515
    1616            if($PHP_SELF == $home) {
    17               echo "<li class=\"selected\"><a href=\"/macports/index.php\" title=\"MacPorts Home\">MacPorts Home</a></li>\n";
     17              echo "<li class=\"selected\"><a href=\"/macports/index.php\" title=\"Home\">Home</a></li>\n";
    1818            }
    1919            else {
    20               echo "<li><a href=\"/macports/index.php\" title=\"MacPorts Home\">MacPorts Home</a></li>\n";
     20              echo "<li><a href=\"/macports/index.php\" title=\"Home\">Home</a></li>\n";
    2121            }
    2222            if($PHP_SELF == $getmp) {
     
    2727            }
    2828          ?>
    29             <li class="last"><a href="http://trac.macports.org/" title="Bugzilla">Support & Development</a></li>
     29            <li class="last"><a href="http://trac.macports.org/" title="Support & Development">Support & Development</a></li>
    3030          </ul>
    3131        </div>
    3232        <div id="r">
    3333          <ul>
    34             <li><a href="/macports/docs/" title="Documentation">Documentation</a></li>
     34            <li><a href="http://geeklair.net/new_macports_guide/" title="Documentation">Documentation</a></li>
    3535            <?php
    3636              if($PHP_SELF == $ports) {
     
    4141              }
    4242              if($PHP_SELF == $help) {
    43                 echo "<li class=\"sellast\"><a href=\"/macports/help.php\" title=\"Get Help\">Get Help</a></li>\n";
     43                echo "<li class=\"sellast\"><a href=\"/macports/help.php\" title=\"Help\">Help</a></li>\n";
    4444              }
    4545              else {
    46                 echo "<li class=\"last\"><a href=\"/macports/help.php\" title=\"Get Help\">Get Help</a></li>\n";
     46                echo "<li class=\"last\"><a href=\"/macports/help.php\" title=\"Help\">Help</a></li>\n";
    4747              }
    4848            ?>
  • trunk/www/index.php

    r28314 r28320  
    33    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    44    include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
    5     print_header('MacPorts Home', 'utf-8');
     5    print_header('MacPorts -- Home', 'utf-8');
    66    /* $Id$ */
    77  ?>
  • trunk/www/ports.php

    r28314 r28320  
    33        include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    44        include_once("$DOCUMENT_ROOT/macports/includes/email.inc");
    5         print_header('Available Ports', 'utf-8');
     5        print_header('MacPorts -- Available Ports', 'utf-8');
    66        $by = isset($_GET['by']) ? $_GET['by'] : '';
    77        $substr = isset($_GET['substr']) ? $_GET['substr'] : '';
Note: See TracChangeset for help on using the changeset viewer.