Reader Documentation

Modifying The HTML/CSS


If you're interested in making changes to the system on a code level, you'll need to dive into the files of the system to make the changes. This system uses an MVC approach, which means most of the HTML you see on the site are stored in View PHP files. These files basically contain most HTML, but also some PHP code too.

You can find all the View files in this folder: application/views/

To modify the layout files, you will want to modify the view files in application/views/layout/

CSS files can be found in the styles folder (in the root of the directory).

Changing the login CSS: styles/login_layout.css

Changing the global elements css: styles/elements.css

Change the client layout: styles/client.css