Quote:
Originally Posted by hypokondriak
This doesn't look to be what I'm trying to find either. I'm looking for the actual column headers in the Top 20... i.e. "Title" - "Last Poster" - "Replies" - "Views" - "Date"
|
PHP Code:
$lastposts=construct_contenubloc($vbdhome_config['blocs_nom']['liens10derpost'],"<table class=\"tborder\" cellpadding=\"6\" cellspacing=\"1\" border=\"0\" width=\"100%\" align=\"center\"><tbody><tr><td class=\"thead\" align=\"left\"><span class=\"smallfont\">$vbphrase[title]</span></td><td class=\"thead\"><span class=\"smallfont\">$vbphrase[vbdhome_last_poster]</span></td><td class=\"thead\"><span class=\"smallfont\">$vbphrase[replies]</span></td><td class=\"thead\"><span class=\"smallfont\">$vbphrase[views]</span></td><td class=\"thead\"><span class=\"smallfont\">$vbphrase[date]</span></td></tr>".$lastpostsbit."</tbody></table>","100%","center","threadliens");
at line 430