File Structure and Types
There are two main file types in Modern Campus CMS that can be identified by their file extensions:
- .inc = Included
- .pfc = Public Control files
Generally, most editing will take place in .pcf (Publish Control File) files but occasionally some edits may have to be made to the .inc (Include) files.
A Public Control File (.pcf) is a type of page file created from templates. In Modern Campus CMS .pcf pages are the files that correspond to pages on the live website. They are XML files that allow for special editing capabilities within Modern Campus CMS.
The .pcf typically produces a standard web file, such as HTML, when it is published.
These are the pages that are edited, created, and updated on a regular basis
An Include ( .inc) file is a small file that inserts content into another file when published. It is used to deliver the same content on multiple web pages.
These files are used heavily in templating and help ensure a uniform header, footer, and navbars across multiple sites. If you are interested in or require edits to any of these items it requires changing the .inc file.