New Page Instructions
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.
- If you do not want the use the right side box in the new file you can remove it by commenting out the php calls to show_dept_news() and/or roundedBox().
- Adjust the other page parameters as needed. Add the new page to the local menu (in inc/menu.php).

