Follow these steps to create a new web9 page.
- Make a copy of the default.php file from the root directory:
- If you have placed it in a new subdirectory, do not rename it.
- Otherwise, rename it to a new file_name.php
(use lower case, no spaces; underscores are okay).
- At the top of the new web page file, change $page_title to the desired page title.
- Adjust the other page parameters as needed. If you are displaying the local menu, then indicate the $active_menu_index that corresponds to your new web page's position in the local menu.
Example 1: if the new page is the 3rd local menu item, then make $active_menu_index=3; (Notice this page!)
Example 2: if you are not displaying the local menu, then make $show_local_menu=false; (See Contact Us Example: people/)