Comfortable with server side includes (ssi) and php include calls
Individual program pages of the undergraduate catalog are constructed using server side includes. These includes can be called into other web templates, allowing departments to display current catalog information within their own web designs. This method has three major advantages:
The program information is broken down into three includes: general department information, degree plan, and course description. You can use any single ssi or a combination.
To create a consistent naming structure, the ssi file names are based on the file name for the display page. For example, the display page for Communication is www.wiu.edu/catalog/programs/comm.php, and the comm.php file name is used as the base for determining the naming structure for the includes.