Zen Cart 1.3.8a

Okay so i've been searching around the site to try and figure out the easiest way to add two new pages and links to them under the More Information menu, however I'm now more confused then when i started.

On the wiki it says to do the following:

Overview

You may want to add additional pages to your Zen Cart™ store. Here are the basics steps you should follow. We will assume your new page is named myNewPage.

Components of the new page
In order for the Zen Cart™ system to pick up the new page, you will need to include four components:

A new directory, includes/modules/pages/myNewPage/, containing a file called header_php.php
A new file in the directory includes/templates/template_default/templates called tpl_myNewPage_default.php
A new file, includes/extra_datafiles/myNewPage.php, defining your new page's filename for the Zen Cart™ system
A new language file, includes/languages/english/myNewPage.php
.....
But then are EzPages.

So what do I do?

One page will be for links to external websites, the other will be a information page containing text and images.