summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-25 04:14:37 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-25 04:14:37 +0000
commit1990884ed4c67209cec83786bac6db810177ca06 (patch)
tree8f1c4920ec1093251dcdeb28fc63920c6f296ae5 /phpfspot.class.php
parentc27cc05f7b47278202f3ef6cda4b85b09a8edbdf (diff)
underline the currently selected page
git-svn-id: file:///var/lib/svn/phpfspot/trunk@253 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php2
1 files changed, 1 insertions, 1 deletions
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) ||