You may have actually gone into the file:
/includes/modules/sideboxes/more_information.php
and commented out the lines ...
NOTE: if you were following the templates and overrides ... you will find a copy of this file in your templates and overrides directory:
/includes/modules/sideboxes/your_template_dir/more_information.php
This is what the code looks like for page 2 to run when the Configuration ... Define Page Status for Page 2 is enabled:
PHP Code:
if (DEFINE_PAGE_2_STATUS <= 1) {
$more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_2) . '">' . BOX_INFORMATION_PAGE_2 . '</a>';
}