Thanks.
Actually I have tried to modify the PAGE_2 in information.php and list it as SIZE CHART in information sidebox successfully.
But when I try to add this SIZE CHART page to footer under information, I failed. What I have done is add the new code like below to footer_menu_defines.php.
Code:
Define('PAGE_2', '<li><a href="' . zen_href_link(FILENAME_PAGE_2) . '">' . BOX_INFORMATION_PAGE_2. '</a></li>');
After this I did list the SIZECHART or page_2 under footer information, but no links was added and its font color was white, just like the picture showed in my first post.
Could anyone know how to handle this?