********************** * ------------------ * * EDITING YOUR PAGES * * ------------------ * ********************** The basic template you should use for an additional page is seen below: ===========================================
Main Content Here
=========================================== *********************** * ------------------- * * PREFOOTER / SIDEBAR * * ------------------- * *********************** PREFOOTER.PHP & SIDEBAR.PHP Unlike the other templates, this template has a mandatory Prefooter and Sidebar. The Prefooter is the text you can see in the gradient box above the actual footer. You cannot change the size of the Prefooter and thus must create some copy or a web form that can fit within the dimensions. If you cannot think of anything to put in there, try your company slogan or short mission statement. Something about the company or organisation that sums you up in a short paragraph. You can delete the Sidebar by removing all contents within sidebar.php. However you cannot disable the sidebar as it contains the menu items. ********************** * ------------------ * * LINKING PAGES * * ------------------ * ********************** Below is a basic example of how you should link to other files from within a file. Notice that unlike traditional linking methods such as entering "link.php" you actually link to "index.php?page=link". This is so that we can automatically include header and footer files and do not have to repeat them in every page. If you update any of the "layout" files, then every page on the website will get updated also! =========================================== Link ===========================================