UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
- Create layout script. This template file contains all the (X)HTML markup for your layout.
Use the following command to copy the CORE layout file.Code Block $ cp -r application/layouts/scripts/core application/layouts/scripts/<abbreviation>
- Create folder in
public/includes
for stylesheets, images, javascript etc. This folder must have the following structure:Code Block includes/ css gfx js
...