Is there any reason the $blocks[gifts] goes before the <div ..?
All that seems to do is put it on top, but what if we wanted it to show lower in the blocks.?
Is there a problem with setting it lower.?
Quote:
Add this before the <div id="profile_tabs">:
$blocks[gifts]
<div id="profile_tabs">
$template_hook[profile_left_first]
$blocks[visitor_messaging]
$blocks[aboutme]
$blocks[stats]
$blocks[gifts] <-- is this going to screw something up.?
$blocks[friends]
$blocks[infractions]
$blocks[contactinfo]
$template_hook[profile_left_last]
</div>
|