In the directory /content editable by all Webutler files are stored. The directory and all subdirectories must be writable.
In the /media directory are all in the media browser selectable or uploaded to the server files like images, videos or PDFs. FLV and MP3 files must be loaded into the subdirectory /track if they are to be playable on the integrated players.
In these directories, you will find all pages, menus and blocks.
This directory contains various layout files of the homepage is stored. Layouts are the templates used to create new pages. Any layout can be created. Columnar, multi-column, one or more processing areas, different menus for different page ranges to be, what you want.
The files from /pattern/files are loaded directly into the editor toolbar. The templates are placeable in the editing area of the editor over "Insert Template". New templates can created by using "System > Pattern".
The directory contains the files of grid elements and the associated CSS file. The CSS file is automatically loaded into all pages.
Here all stylesheet files of the website are stored.
CSS classes for the Styles drop in the editor are loaded directly from the stylesheet files. The prerequisite is that the HTML element stands in front of the class.
Example:
.blackborder { border: 1px solid #000; } - is not displayed in the editor
img.blackborder { border: 1px solid #000; } - is displayed in the editor
In the directory /access various files, such as are access control, the language settings or the user database stored.