As "about us" is something that you added you should find additional areas (more information) where you added it and this needs to be moved to "Information"
In includes/modules/sideboxes/information.php you add the above and find
And move this to includes/modules/sideboxes/more_information.phpCode:// Forum (phpBB) link: if ( (isset($phpBB->phpBB['db_installed_config']) && $phpBB->phpBB['db_installed_config']) && (isset($phpBB->phpBB['files_installed']) && $phpBB->phpBB['files_installed']) && (PHPBB_LINKS_ENABLED=='true')) { $information[] = '<a href="' . zen_href_link($phpBB->phpBB['phpbb_url'] . FILENAME_BB_INDEX, '', 'NONSSL', false, '', true) . '" target="_blank">' . BOX_BBINDEX . '</a>'; // or: $phpBB->phpBB['phpbb_url'] . FILENAME_BB_INDEX // or: str_replace(str_replace(DIR_WS_CATALOG, '', DIR_FS_CATALOG), '', DIR_WS_PHPBB) }
Don't forget to remove the about us from this file and move it to information.php
Looked a bit closer and you do not seem to have used the "About Us" module available in the downloads area - so you only changed the title of page_4 - look at the directions for the module in the dowloads area/sideboxes



