AcmlmBoard-1.92.08/tlayouts/compact.php

21 lines
650 B
PHP
Raw Permalink Normal View History

2014-08-30 03:47:47 -05:00
<?php
function userfields(){return 'posts,sex,powerlevel';}
function postcode($post,$set){
global $smallfont,$ip,$quote,$edit;
$postnum=($post[num]?"$post[num]/":'').$post[posts];
if($set[threadlink]) $threadlink=", in $set[threadlink]";
return "
$set[tdbg] rowspan=2>
$set[userlink]<br>
$smallfont Posts: $postnum</td>
$set[tdbg] width=80%>
<table cellspacing=0 cellpadding=2 width=100% class=fonts>
<td>Posted on $set[date]$threadlink</td>
<td width=255><nobr>$quote$edit$ip
</table><tr>
$set[tdbg] height=60>$post[headtext]$post[text]$post[signtext]$set[edited]</td>
";
}
?>