Move Sidebar Items

I am curious about how to move the "Share This Page" sidebar item above the "Staff Online" box. If someone could help me out with moving it, that would be great. Thanks in advance.
 
You would need to edit the forum_list template and move
Code:
        <xen:include template="sidebar_share_page">
            <xen:set var="$url">{xen:link canonical:index}</xen:set>
        </xen:include>
 
Top Bottom