Menu
Welcome to the homepage... this page can be directly edited from the /pages directory by opening the file home_page.php which is being displayed here right now.
To create and link to a new page from the site all you need to do is: 1. Create the page
2. Save it in /pages directory in .php format
3. To link to it from the navigation or elsewhere from the site, you will do it like this:
<a href="/path/to/index.php?act=name_of_your_page_without_format">My Page</a>

Note that index.php exists in the root directory of your website and you will have to specify the correct path to it.