[geeklog-hg] geeklog: Updated page navigation so a style can be given to the ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Sep 4 10:56:15 EDT 2012


changeset 8801:b8cb3ee77f18
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/b8cb3ee77f18
user: Tom <websitemaster at cogeco.net>
date: Tue Sep 04 10:54:43 2012 -0400
description:
Updated page navigation so a style can be given to the numbers that do not have a link (feature request #0001422)

diffstat:

 public_html/lib-common.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6ad8082c0cf3 -r b8cb3ee77f18 public_html/lib-common.php
--- a/public_html/lib-common.php	Tue Sep 04 10:32:14 2012 -0400
+++ b/public_html/lib-common.php	Tue Sep 04 10:54:43 2012 -0400
@@ -5505,7 +5505,7 @@
  
         if( $pgcount == $curpage )
          {
-             $retval .= '<span>' . $pgcount . '</span> ';
+             $retval .= '<b>' . $pgcount . '</b> ';
          }
          else
          {



More information about the geeklog-cvs mailing list