
06-11-2009, 04:12 PM
|
 |
|
|
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Saviour
Hello again, Logician...
I need to change the color of the font for the latest visitor id at the bottom of the page. I know I have to change it in the view.php file, but I'm not sure where to change it.
Can ya help a guy out? Thanks...
|
In view.php this line:
PHP Code:
$WT['lastvisitorname'] = "<a style=\"COLOR: #0000ff; TEXT-DECORATION: underline\" href='".$vbulletin->options[bburl]."/member.php?$session[sessionurl]u=$WT[lastvisitorid]' target='_blank'>$WT[username]</a>";
|