// If this person can approve items and we have some awaiting approval tell them. if (!empty($context['unapproved_posts_message'])) { echo ' <tr class="windowbg2"> <td colspan="', !empty($context['can_quick_mod']) ? '6' : '5', '"> <span class="alert">!</span> ', $context['unapproved_posts_message'], ' </td> </tr>'; } foreach ($context['topics'] as $topic) { $alternate = !$alternate;
foreach ($context['topics'] as $topic) { $alternate = !$alternate;
$alternate = true;
Yeah im using Pulse, it worked thanks!