Closed (won't fix)
Project:
Advanced Forum
Version:
6.x-2.x-dev
Component:
Styles
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2009 at 19:09 UTC
Updated:
2 Aug 2009 at 05:41 UTC
This block of code should be moved to the preprocess and reduced to a single print in the template to simplify the template.
<?php if (!$top_post): ?>
<?php if (!empty($first_new)): ?>
<?php print $first_new; ?>
<?php endif; ?>
<?php print $new_output; ?>
<?php endif; ?>
</div>
Michelle
Comments
Comment #1
michelle