Content Directory

In the directory /content editable by all WEButler files are stored. The directory and all subdirectories must be writable.

Directory /media

In the /media directory are all in the media browser selectable or uploaded to the server files like images, videos or PDFs.

The directories /pages, /menus und /blocks

In these directories, you will find all pages, menus and blocks.

Directory /layouts

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.

Directory /pattern

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

Directory /columns

The directory contains the CSS file for the columns elements. The file path has to be inserted in /settings/compress.php.

Directory /style

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:
img.blackborder { border: 1px solid #000; } - is displayed in the editor
.blackborder { border: 1px solid #000; } - is not displayed in the editor

All CSS files must be entered in /settings/compress.php.

Directory /javascript

In the directory /javascript all javascripts can be stored. All JS files must be entered in /settings/compress.php.

Directory /compress

All files entered in /settings/compress.php are combined into one file, compressed and saved in the /compress directory.

Directory /access

In the directory /access various files, such as are access control, the language settings or the user database stored.