From: Andreas Unterkircher Date: Wed, 25 Jul 2007 04:14:37 +0000 (+0000) Subject: underline the currently selected page X-Git-Tag: phpfspot-1.2~82 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1990884ed4c67209cec83786bac6db810177ca06;p=phpfspot.git underline the currently selected page git-svn-id: file:///var/lib/svn/phpfspot/trunk@253 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/phpfspot.class.php b/phpfspot.class.php index 6a85ccd..e5954ce 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -818,7 +818,7 @@ class PHPFSPOT { for($i = 1; $i <= $last_page; $i++) { if($current_page == $i) - $style = "style=\"font-size: 125%;\""; + $style = "style=\"font-size: 125%; text-decoration: underline;\""; elseif($current_page-1 == $i || $current_page+1 == $i) $style = "style=\"font-size: 105%;\""; elseif(($current_page-5 >= $i) && ($i != 1) ||