librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1793] added link to stats page


From: Matt Lee
Subject: [Librefm-commits] [1793] added link to stats page
Date: Sun, 24 May 2009 16:46:09 +0000

Revision: 1793
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1793
Author:   mattl
Date:     2009-05-24 16:46:09 +0000 (Sun, 24 May 2009)
Log Message:
-----------
added link to stats page

Modified Paths:
--------------
    trunk/gnukebox/display.php
    trunk/gnukebox/stats.php

Modified: trunk/gnukebox/display.php
===================================================================
--- trunk/gnukebox/display.php  2009-05-24 16:44:57 UTC (rev 1792)
+++ trunk/gnukebox/display.php  2009-05-24 16:46:09 UTC (rev 1793)
@@ -33,7 +33,7 @@
 </head>
 <body>
 
-<h1><a href="<?php echo $submissions_server ?>">GNUkebox</a></h1>
+<h1>GNUkebox <a href="stats.php">statistics</a></h1>
 
        <?php include('info.html'); ?>
 

Modified: trunk/gnukebox/stats.php
===================================================================
--- trunk/gnukebox/stats.php    2009-05-24 16:44:57 UTC (rev 1792)
+++ trunk/gnukebox/stats.php    2009-05-24 16:46:09 UTC (rev 1793)
@@ -32,7 +32,7 @@
 <title>Statistics</title>
 </head>
 <body>
-               <h1>Statistics</h1>
+               <h1><a href="/">GNUkebox</a> Statistics</h1>
 
                <?php
                        $adodb->SetFetchMode(ADODB_FETCH_ASSOC);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]