the list I have here is information.php file first then your other reference after
Code:
DEFINE_SHIPPINGINFO_STATUS > define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');
DEFINE_PRIVACY_STATUS > define('BOX_INFORMATION_PRIVACY', 'Copyright Info');
DEFINE_CONDITIONS_STATUS > define('BOX_INFORMATION_CONDITIONS', 'About Me');
DEFINE_CONTACT_US_STATUS > define('BOX_INFORMATION_CONTACT', 'Contact Me');
// Forum (phpBB) link: > define('BOX_BBINDEX', 'Forum');
DEFINE_SITE_MAP_STATUS > define('BOX_INFORMATION_SITE_MAP', 'Site Map');
SHOW_NEWSLETTER_UNSUBSCRIBE_LINK > define('BOX_INFORMATION_UNSUBSCRIBE', 'Leave Newsletter');
So you need to re-order these BLOCKS of code in information.php into the order you want them to appear...