+------------------------+
| LCC template directory |
+------------------------+
Here all smarty-templates are stored, sorted by design.
Every design directory needs several files the core will look for, please see the
"default"-design for a list and content of files minimal needet for proper working.
Languages
---------
LCC support different languages.
These language variables are defined in a smarty config file and can be freely used.
Just make sure that every variable is present in all language files.
The variables are available using "{#varname#}" in templates (variable name enclosed in "#").
Language files live in the "lang/" subfolder and are named like "en.conf".
The language variables can be defined as follows (see smarty documenataion for more):
variable = "value"
The language file "en.conf" is always mandatory since it is a fallback if language detection fails.