The More Information sidebox and example define pages (Page 2, Page 3 and Page 4) can be modified to suit a whole range of uses. As part of modifying the pages and links, you may wish to change the sidebox heading too.

- Open the english.php file located in the /includes/languages/ directory.
- Find this section of code:
// information box text in sideboxes/more_information.php - were TUTORIAL_ define('BOX_HEADING_MORE_INFORMATION', 'More Information'); define('BOX_INFORMATION_PAGE_2', 'Page 2'); define('BOX_INFORMATION_PAGE_3', 'Page 3'); define('BOX_INFORMATION_PAGE_4', 'Page 4'); - and modify the define statement for BOX_HEADING_MORE_INFORMATION as needed:
// information box text in sideboxes/more_information.php - were TUTORIAL_ define('BOX_HEADING_MORE_INFORMATION', 'Technical Information'); define('BOX_INFORMATION_PAGE_2', 'Page 2'); define('BOX_INFORMATION_PAGE_3', 'Page 3'); define('BOX_INFORMATION_PAGE_4', 'Page 4'); - Save the modified english.php file to your override folder. This will be /includes/languages/CUSTOM/ where CUSTOM represents the name of your current template folder.
** Be sure to keep the single quote marks in your new define statement.


