// Show the "Moderators: ". Each has name, href, link, and id. (but we're gonna use link_moderators.) if (!empty($board['moderators'])) echo ' <div style="padding-top: 1px;" class="smalltext"><i>', count($board['moderators']) == 1 ? $txt[298] : $txt[299], ': ', implode([/swf2][swf3], $board['link_moderators']), '</i></div>';
/* The board's and children's 'last_post's have: time, timestamp (a number that represents the time.), id (of the post), topic (topic id.), link, href, subject, start (where they should go for the first unread post.), and member. (which has id, name, link, href, username in it.) */ if (!empty($board['last_post']['id'])) echo ' <b>', $txt[22], '</b> ', $txt[525], ' ', $board['last_post']['member']['link'] , '<br /><img src="', $settings['images_url'], '/post/', $board['last_post']['icon'], '.gif" alt="Message Icon" align="absmiddle" /> ', $txt['smf88'], ' ', $board['last_post']['link'], '<br /> ', $txt[30], ' ', $board['last_post']['time']; echo ' </span> </td> </tr>';
/* The board's and children's 'last_post's have: time, timestamp (a number that represents the time.), id (of the post), topic (topic id.), link, href, subject, start (where they should go for the first unread post.), and member. (which has id, name, link, href, username in it.) */ if (!empty($board['last_post']['id'])) echo ' <b>', $txt[22], '</b> ', $txt[525], ' ', $board['last_post']['member']['link'] , '<br /> ', $txt['smf88'], ' ', $board['last_post']['link'], '<br /> ', $txt[30], ' ', $board['last_post']['time']; echo ' </span></td> <td class="windowbg" align="center" valign="middle" width="10%"> <span class="smalltext">'; // Show the "Moderators: ". Each has name, href, link, and id. (but we're gonna use link_moderators.) if (!empty($board['moderators'])) echo ' <b>', count($board['moderators']) == 1 ? $txt[298] : $txt[299], ':</b> ', implode([/swf2][swf3], $board['link_moderators']);
<td colspan="3" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '[/swf2][swf3]">
<td colspan="3" class="windowbg', !