NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:technik:systemvariablen:vorlagen [2011/11/24 10:07] Knut Heermann (flip-flop) |
deutsch:technik:systemvariablen:vorlagen [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| **Systemvariablen:** | **Systemvariablen:** | ||
| <file> | <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["htmlhead"] // Inhalt HTML Kopf: <head> | ||
| - | - $block['headertext'] // Inhalt Kopfzeile: | + | - $block['jslib'] // JS Bibliothek: [Bibliothekname] |
| - | - $block['maintext'] // Inhalt Haupt: | + | - $block['jslibload'] // immer laden [0|1] |
| - | - $block['footertext'] // Inhalt Fußzeile: | + | - $block['googleapi'] // Google Ajax Lib benutzen [0|1] |
| - | - $block['leftttext'] // Inhalt links: | + | |
| - | - $block['righttext'] // Inhalt rechts: | + | - $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 | + | - $block['customblock_XXX'] // Inhalt Eigene Blöcke XXX [Inhalt] |
| - | - $block['errortext'] // Inhalt Fehler: | + | - $block['errortext'] // Inhalt Fehler: [Inhalt] |
| </file> | </file> | ||