projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c27cc05
)
underline the currently selected page
author
Andreas Unterkircher
<unki@netshadow.at>
Wed, 25 Jul 2007 04:14:37 +0000
(
04:14
+0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Wed, 25 Jul 2007 04:14:37 +0000
(
04:14
+0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@253
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot.class.php
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index 6a85ccda447a7bfca76307038e6612be97423ac2..e5954ceea9c377a074be0210d638744331951802 100644
(file)
--- 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) ||