...
- 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
...