NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:technik:systemvariablen:vorlagen [2010/11/19 08:43] Knut Heermann (flip-flop) |
deutsch:technik:systemvariablen:vorlagen [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Siehe auch: [[deutsch/templates]] | Siehe auch: [[deutsch/templates]] | ||
| + | |||
| + | \\ | ||
| + | **Systemvariablen:** | ||
| + | <file> | ||
| + | - $block['name'] // Name: [Vorlagenname] | ||
| + | - $block['layout'] // Layout: [Layout-Nr.] | ||
| + | |||
| + | - $block['overwrite'] // Einstellungen: [Standard|Name der PHP-Datei in /template/inc_settings/template_default/] | ||
| + | |||
| + | - $block["css"] // CSS Datei: Ausgabe im array z.B. Array([0] => frontend.css [1] => nav_horiz_drop_down.css) | ||
| + | - $block["htmlhead"] // Inhalt HTML Kopf: <head> | ||
| + | |||
| + | - $block['jslib'] // JS Bibliothek: [Bibliothekname] | ||
| + | - $block['jslibload'] // immer laden [0|1] | ||
| + | - $block['googleapi'] // Google Ajax Lib benutzen [0|1] | ||
| + | |||
| + | - $block['frontendjs'] // frontend.js laden (mehr aus historischen Gründen) [0|1] | ||
| + | - $block['jsonload'] // JS onload: [JS String] | ||
| + | - $block['feloginurl'] // FE LoginURL: [URL] | ||
| + | |||
| + | - $block['headertext'] // Inhalt Kopfzeile: [Inhalt] | ||
| + | - $block['maintext'] // Inhalt Haupt: [Inhalt] | ||
| + | - $block['footertext'] // Inhalt Fußzeile: [Inhalt] | ||
| + | - $block['lefttext'] // Inhalt links: [Inhalt] | ||
| + | - $block['righttext'] // Inhalt rechts: [Inhalt] | ||
| + | |||
| + | - $block['customblock_XXX'] // Inhalt Eigene Blöcke XXX [Inhalt] | ||
| + | |||
| + | - $block['errortext'] // Inhalt Fehler: [Inhalt] | ||
| + | </file> | ||
| + | |||
| + | \\ | ||
| ===== Einbinden einer statischen Datei als Vorlage in "Haupt:" ===== | ===== Einbinden einer statischen Datei als Vorlage in "Haupt:" ===== | ||