Could you tell me what the code changes are, I am very new to this and need help.
Code:
<div id="pagination_top" class="pagination_top">
<vb:if condition="$pagenav">
{vb:raw pagenav}
</vb:if>
<div id="postpagestats_above" class="postpagestats">
{vb:rawphrase showing_results_x_to_y_of_z, {vb:raw pagenumbers.first}, {vb:raw pagenumbers.last}, {vb:raw totalposts}}
</div>
</div>
</div>
I presume that the above code is the pagenav conditionals, but not 100% sure.
Thanks for your help.