diff --git a/index.php b/index.php index faf17d4..aa84a24 100644 --- a/index.php +++ b/index.php @@ -140,7 +140,7 @@ print "$header
$tblstart - $tccell1s>
$logmsg$count[u] registered users
Latest registered user: $lastuserurl
+ $tccell1s>
$logmsg$count[u] registered users
Latest registered user: $lastuserurl
$blist $tccell2s>$count[t] threads and $count[p] posts in the board | $statsblip $tccell1s>$numonline user".($numonline!=1?'s':'')." currently online$onlineusers$guestcount @@ -233,7 +233,7 @@ } if ($m) - $modlist="$smallfont(moderated by: $modlist)"; + $modlist="(moderated by: $modlist)"; $namelink = getuserlink($forum, array('id'=>'uid')); if($forum['numposts']){ @@ -282,4 +282,4 @@ $tblstart$forumlist$tblend$footer"; printtimedif($startingtime); } - + diff --git a/lib/function.php b/lib/function.php index 587601b..e98e0c7 100644 --- a/lib/function.php +++ b/lib/function.php @@ -1484,7 +1484,7 @@ function printtimedif($timestart){ //print "
{$smallfont} Page rendered in {$tseconds} seconds.
"; print "
- {$smallfont}{$queries} database queries". (($cache > 0) ? ", {$cache} query cache hits" : "") .". + {$queries} database queries". (($cache > 0) ? ", {$cache} query cache hits" : "") .". diff --git a/lib/layout.php b/lib/layout.php index bf92e59..a8d296b 100644 --- a/lib/layout.php +++ b/lib/layout.php @@ -95,17 +95,20 @@ a:hover { color: #$linkcolor4; } body { color: #$textcolor; - font:13px $font; + font: 83% $font; background: #$bgcolor$bgimage; } - div.lastpost { font: 10px $font2 !important; white-space: nowrap; } - div.lastpost:first-line { font: 13px $font !important; } + table { + font-size: 100%; + } + div.lastpost { font: 80% $font2 !important; white-space: nowrap; } + div.lastpost:first-line { font: 120% $font !important; } .sparkline { display: none; } - .font {font:13px $font} - .fonth {font:13px $font;color:$tableheadtext} /* is this even used? */ - .fonts {font:10px $font2} - .fontt {font:10px $font3} + .font {font:100% $font} + .fonth {font:100% $font;color:$tableheadtext} /* is this even used? */ + .fonts {font:75% $font2} + .fontt {font:75% $font3} .tdbg1 {background:#$tablebg1} .tdbg2 {background:#$tablebg2} .tdbgc {background:#$categorybg} @@ -510,7 +513,6 @@ $tccell1$marker> $guest[ip]$smallfont
[$ipbanG-W-H]"; - + print ""; }
Query execution time: {$qseconds} seconds
Script execution time: {$sseconds} seconds
- {$smallfont} Acmlmboard - ". (file_exists('version.txt') ? file_get_contents("version.txt") : shell_exec("git log --format='commit %h [%ad]' --date='short' -n 1")) ."
©2000-". date("Y") ." Acmlm, Xkeeper, Inuyasha, et al. diff --git a/online.php b/online.php index f157bb2..3f35f0d 100644 --- a/online.php +++ b/online.php @@ -46,6 +46,8 @@ if($isadmin) print '
Admin cruft: Sort by ".($sort == 'IP' ? 'date' : 'IP') .""; + print " "; + // Logged in users $posters = $sql->query("SELECT id,posts,name,sex,powerlevel,aka,lastactivity,lastip,lastposttime,lasturl,birthday FROM users WHERE lastactivity>".(ctime()-$time).' ORDER BY '.($sort=='IP'&&$isadmin?'lastip':'lastactivity DESC')); @@ -151,7 +153,7 @@ print "