To change the order in the Info sidebox, can I just move these lines into the order I want?
-------------------------------
html/includes/modules/sideboxes/information.php
Line #2 : * information sidebox - displays list of general info links, as defined in this file
Line #14 : $information[] = '<a href="' . zen_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a>';
Line #17 : $information[] = '<a href="' . zen_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a>';
Line #20 : $information[] = '<a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a>';
===============================
I'd like to have "Conditions" appear after "Shipping" & I'm a little nervous to play with this file.
Thank you,



