Hi,
Please open to edit sf-header.php at /dante/includes/
Find this code at line 547
$aux_links_output .= '<li><a href="'.get_admin_url().'">'. __("My Account", "swiftframework") .'</a></li>'. "\n";
After this line you can put more menus items like that
$aux_links_output .= '<li><a href="WISHLIST_URL">'. __("Wishlist", "swiftframework") .'</a></li>'. "\n";
$aux_links_output .= '<li><a href="ADDRESS_BOOK_URL">'. __("ADDRESS BOOK", "swiftframework") .'</a></li>'. "\n";
$aux_links_output .= '<li><a href="CHANGE_PASSOWRD_URL">'. __("Change Password", "swiftframework") .'</a></li>'. "\n";
we do provide support for small customizations but unfortunately this request is beyond that so it is just hint of code .
With Best Regards
Swift Ideas